Yeoman generator for Frontend Development with Browserify and SASS Composer.
npm install -g generator-fed
yo fed
- Async builds with Gulp
- Create a Git repo
- Runs a full build in before commit
- dependencies from NPM
- linted with JSHint
- built with Browserify
- minified with Uglify
- tested with Karma/Mocha/Istanbul
- watched with Watchify
- dependencies from NPM
- built with SASS Composer
- prefixed with Autoprefixer
- minified with css-minify
- urls rewritten and copied to the build dir
- images compressed with imagemin
- Style sheets watched with SASS Composer