##Dependencies
##Start:
git clone https://github.com/serheyShmyg/gulp-frontend-browserify.git &&
cd frontend &&
npm install &&
npm start;
##Features:
- Multiple bundles - every file from
entries
folder will be build into separate bundle. - Use any tasks with different config
require('./tasks/jade')(diffConfig)
. How to usediffConfig
seeGulpfile/config/tasks.json
. - SASS (
libsass
) for style.- autoprefixer (vendor prefixer 3 latest browser version)
- bourbon(mixins)
- neat
- JADE for templating