Check it out: https://gifcities.org
npm install -g grunt
npm install
# Build once
npm run build
# Watch files and build on changes
npm run watch
- Richard Caceres – @rchrd2
- Vinay Goel – @vinaygoel
-
grunt
- Grunt is a build tool for javascript.
- http://gruntjs.com/getting-started
- http://chris.house/blog/grunt-configuration-for-react-browserify-babelify/
-
browserify
- Browserify discovers all modules and bundles them up into a single file
- http://browserify.org
-
babelify
- Converts es6 and jsx to normal JavaScript
- https://github.com/babel/babelify