generator-angular-fullstack

Yeoman generator for an Angular app with an Express server

Downloads
730
Stars
6.1K
Committers
171

Bot releases are hidden (Show)

generator-angular-fullstack - v3.0.0-rc3

Published by Awk34 about 9 years ago

generator-angular-fullstack - 2.1.1

Published by Awk34 about 9 years ago

generator-angular-fullstack - 2.1.0

Published by Awk34 over 9 years ago

2.1.0

generator-angular-fullstack - v0.0.2

Published by DaftMonk almost 11 years ago

generator-angular-fullstack - v0.1.0

Published by DaftMonk almost 11 years ago

generator-angular-fullstack - v0.2.0

Published by DaftMonk almost 11 years ago

generator-angular-fullstack - v1.0.0

Published by DaftMonk almost 11 years ago

generator-angular-fullstack - v1.0.1

Published by DaftMonk almost 11 years ago

generator-angular-fullstack - v1.1.0

Published by DaftMonk almost 11 years ago

This latest release of the Angular Fullstack Generator incorporates a number of new additions from Generator Angular, most notably is the use of grunt-bower-install for dependency management. Now most dependencies installed with bower will automatically be added to your index file!

There's also the addition of the navbar and navbar controller to the starting template. This helps reduce boilerplate for a common use case, but will also be helpful in later additions we'll be making to the generator.

Bug Fixes

  • app:
    • only copy CSS if Compass is not installed (7e586745)
    • services use classified names (56a71a83, closes #484)
    • reload JS files in watch (d20f5bd2)
  • build: deselecting ngRoute does remove route stuff (a358c1ae, closes #486)
  • gen:
    • updated all conflicts, and fixed some bugs, from merging with upstream (d07c829d)
    • fix bower install prompt during project gen (706f1336, closes #505)
  • package: fix imagemin for windows users (b3cec228)
  • views:
    • fix ng includes (598c69a5)
    • add compiled views to gitignore (087ede5f)
    • fix incorrect build path for vendor css (0ed2a200)

Features

  • app:
    • add jasmine browser global to test jshintrc (11b6ed42)
    • use lowercase file names (23e5d772, closes #463)
    • use htmlmin for smaller HTML files (2b85a52a, closes #469)
    • use grunt-bower-install for dep management (ba7b5051, closes #497)
    • Enable Node debug mode (83ae4a9e)
  • gen:
    • Added navbar to starting template (b5e94749)
    • additional work for compass support (11cb9943)
    • add Compass support to the initialization process (7fac1194)
    • add welcome message and dep notice for minsafe (f0bb8da2, closes #452)
  • server:
    • Added middleware for development mode that disables caching of script files (c082c81c)
    • Moved express configuration code out of server.js and into config folder to make it a more high level bootstrap.

Breaking Changes

  • Deselecting ngRoute adds controller and
    ng-include to index.html
    (a358c1ae)
  • --minsafe flag is now deprecated.
  • grunt server is now deprecated. Use grunt serve instead