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

Gulp lessons learned

Zlatko
January 28, 2015

Gulp lessons learned

Few short lessons learned with assembling my own Gulpfile.js in an Angular.js project.

Zlatko

January 28, 2015
Tweet

More Decks by Zlatko

Other Decks in Technology

Transcript

  1. Intro Backend (Node.js) developer at thinxnet.com (look at /jobs). (until

    3 months ago, freelance full-stack developer) Not Angular or Gulp expert, merely practicioner.
  2. My first linting copy/paste or #!/bin/bash wget that-stuff java -jar

    yuicompressor-x.y.z.jar so-and-so.js -o so-and-so.min.js JSLINT.COM
  3. Angular.js Gulp.js gulp.task('name', function() { doStuff;}); Minify, Sourcemaps, Components approach

    How to inject stuff into index.html like grunt? return stream; // !important