fabs
fabs copied to clipboard
Fabulous AngularJS Build System
AngularJS and TypeScript: https://github.com/seanhess/angularjs-typescript
Use Browserify to load sources explicitly instead of including all own source files and vendor files specified via configuration. http://browserify.org/
Separate spec and e2e module via config to be able to use NgMock and NgMockE2e.
There is a grunt plugin 'grunt-ngdocs'. See https://github.com/angular-ui/ui-router/commit/b4d877542b9f9eb9248155d1de8adf0f5de22582 for an example.
fabs should provide a task to check node an bower dependencies for updates. The task should output the result a ci server like jenkins or travis can consume. There is...