Module Bundler & Task Runner
Gulp
go to docs
gulp.task
gulp.src
gulp.src(###).pipe()
require('run-sequence')
alternative way: run sync tasks
gulp.dest
gulp.watch
Example in "./examples/1-gulp-simple"
Some features of Gulp
svg, karma, e.t.c.
svg
karma
Example in "./examples/2-gulp-features"
Webpack
good screencast
Config file
Entry Points
Loaders
extract-text-plugin
Example in "./examples/3-webpack"
Webpack and etc.
Babel
,
PostCSS
,
TypeScript
Babel
,
PostCSS
,
TypeScript
Polyfills
Tree Shaking
Uglify
etc.
Example in "./examples/4-webpack-features"