Gulp tasks

Basebuild provides some built-in tasks to you, all tasks of gulp-angular are supported by basebuild-angular:

TaskDescription
gulp or gulp buildto build an optimized version of your application in dist directory
gulp serve or gulp devto launch a browser sync server on your source files
gulp serve:distto launch a server on your optimized application
gulp testto launch your unit tests with Karma
gulp test:autoto launch your unit tests with Karma in watch mode
gulp protractorto launch your e2e tests with Protractor
gulp protractor:distto launch your e2e tests with Protractor on the dist files