angular-boilerplate
angular-boilerplate copied to clipboard
Angular Independent Boilerplate for those do don't want to rely on bower, grunt or gulp
Angular Independent Boilerplate
This is a angular boilerplate independent from bower, gulp, grunt, etc.
It only uses npm to handle package management and build tasks.
Features
- ESLINT
- Karma Unit Testing
- Uglify and concat libs and application
- Template cache
- SASS Preprocessor
- Imagemin
- Browserify
- Browsersync
tasks
-
start
Start watchers and test -
test
Start karma testing units -
css:watch
Watches css for changes -
css:build
Builds your SASS files -
js:build:app
Builds your application files -
js:lint:app
Lints your application files -
js:build:libs
Builds your libs.js file using browserify -
js:watch:app
Watches your application files -
js:watch:libs
Watches your libs.js file -
js:watch Watches
both libs and app files -
angular:watch
Watches your angular template files -
angular:build
Builds your angular template files -
browser:sync
It opens a server with browsersync -
img:watch
It watches your image files -
img:build
It minifies your image files -
watch Run
all watch tasks