Gulp, browserify, sass, and more. Like a bag of popchips, this generator is addictive, disruptive, and scandalous.
npm install generator-popchipsA yeoman generator that scaffolds out a front-end webapp
#Features
* Gulp
* Browserify
* Scss
* Lints yo scripts
* Bootstrap for Sass (optional)
* Fontawesome icons (optional)
* jQuery (optional)
* AMD Support (optional)
#Getting Started
* Install: ``npm install -g generator-popchips``
* Run: yo popchips``
* Run gulp` to build and run preview server`
* Uncomment .pipe((gStreamify(uglify())))` in gulp/tasks/browserify.js and run `gulp`` to minify scripts
#Things I haven't really created an elegant solution for and might be hard to guess
* Must install all vendor dependencies to package.json
* You can install deps via bower but they will not be included in the browserify vendor bundle
* If you're not using AMD modules or Bower modules in yo project, you can comment out debowerify and deamdify lines in the browserify and vendor gulp task to get easier debugging