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

fix(app): fix 404 errors on bower_components with Gulp on Windows With Gulp, the serve command don't expose symlink (or virtual dir) to bower_components on windows, so http://localhost:9000/bower_components/any_component/aa.js return a 404...

Fixes for a bunch of issues with gulpfile.js with @bumprat code https://github.com/yeoman/generator-angular/issues/1299

My team decided to use this awesome generator and while we were pleased with all the functionalities, we felt the absence of the angular-ui-router. I then decided to extend the...

Add --javascript option to make it consistent with the option to select the language, as we have with coffeescript and typescript, fixes bug #1249 fix bug #1249

add serve-static needed by grunt-contrib-connect 1.0.2 update gruntfile.js to replace connect.static with serve-static

Based on this kind of questions and my own need I develop the option to set the prefixes folders for scripts and test. http://stackoverflow.com/questions/18703293/how-do-i-change-the-path-for-generated-files-for-the-generator-angular-in-yeoman http://stackoverflow.com/questions/40429624/how-to-change-the-folder-where-yeoman-generator-angular-create-test-files/41528013#41528013

Hi, this generator is currently using a reasonably outdated version of `grunt-jscs` (^1.8.0), which has a version lock of the underlying `jscs` library at ~1.13.0. `grunt-jscs` is currently at 3.0.0...

using "yo angular" command, appears several deprecated packages and karma problems. thanks