Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Build automation statics

TriLan
April 09, 2014

Build automation statics

TriLan

April 09, 2014
Tweet

More Decks by TriLan

Other Decks in Programming

Transcript

  1. Пример из проекта Без минификации и сжатия 4 Мб С

    минификацией 2,4 Мб Со сжатием 450 Кб С минификацией и сжатием 330 Кб
  2. Сжимаем заранее location /static/ {
 gzip_static on; expires 1y; add_header

    Cache-Control public; add_header ETag ""; alias /var/www/project/static/; }
  3. Системы сборки статики — Grunt (http://gruntjs.com) — Gulp (http://gulpjs.com) —

    Sprockets (https://github.com/.../sprockets) — Gears (https://github.com/gears) (На самом деле их много)