An automated gulp builder that uses browserify, babelify, watchify, sass etc...
Explore example_project
to see dabus in action.
Will be adding more documentation in the near future
cd example_project;
npm install;
gulp build -s 0 -m 1 -e production
gulp serve
- -s (0/1) - build with sourcemaps or not (css and js) - default: 1
- -m (0/1) - build minified/uglified (css and js) - default: 0
- -e (string) - build for this enviroment - default: development