generator-angular icon indicating copy to clipboard operation
generator-angular copied to clipboard

Yeoman generator for AngularJS

Results 90 generator-angular issues
Sort by recently updated
recently updated
newest added

Well, right out of installation, I run `yo angular` choose angular-route and angular-resource, everything installs fine. I run `grunt` and it also installs just fine. I then run `grunt serve`,...

Added new --jade option to generator that will create jade templates (http://jade-lang.com/)

enhancement

Grunt part of the pull request #551

enhancement
on-hold

This patch adds Less support; it is based on the patch from @lexaficus, with some bug fixes added. The other pull request is currently on hold due to a merge...

enhancement

By placing the 'use strict'; outside of a functional scope, it can force an entire application to be strict even if some 3rd party components are not. By moving this...

This should resolve #955. Feedback welcome. At the moment of writing, **this PR reduces the `vendor.js` size** of a freshly scaffolded project with default options **from 315 kB to 119 ...

Minimal set of changes needed to get on to yeoman-generator 0.18.0. Related to #1092