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

Gulp 101 (demo)

Gulp 101 (demo)

Demo slides to '17 DevCamp talk submission

Felipe Bernardes

January 31, 2017
Tweet

More Decks by Felipe Bernardes

Other Decks in Programming

Transcript

  1. why Gulp? - vs. [grunt, webpack, browserify]... - easy to

    learn - easy to use - easy to integrate in your CI - why… not?
  2. We will automate... - browser refresh with browserSync - google

    pagespeed insights with psi - image minification with Z - console.log removal with clog - css prefixes with autoprefixer - file revision with gulp-rev - unused css selectors removal with uncss - .properties -> json convertion with gulp-props - todo generation with gulp-todo - remote access with gulp-shell & gulp-ssh - responsivity screenshots with pageres
  3. Further Reading - essential gulp plugins [link] - curated gulp

    modules [link] - gulp docs [link] - FrontEndBr Forum [link]