Skip to content
/ dabus Public

An automated gulp builder that uses browserify, babelify, watchify, sass etc...

Notifications You must be signed in to change notification settings

Fjandin/dabus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dabus the gulp builder

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

Preperations for example project

cd example_project;
npm install;

Build project

gulp build -s 0 -m 1 -e production

Serve project in dev mode (browserSync)

gulp serve

gulp arguments

  • -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

About

An automated gulp builder that uses browserify, babelify, watchify, sass etc...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published