cgross / generator-cg-angular

Yeoman generator for Enterprise Angular projects.
MIT License
592 stars 198 forks source link

Configurable dist #89

Closed sdoxsee closed 9 years ago

sdoxsee commented 9 years ago

I've often needed to use a custom "dist' directory in the Grunt. This allows one to change dist to any directory they want by changing the appConfig.dist variable. This is similar to https://github.com/cgross/generator-cg-angular/pull/9 but should be a clean merge for the current state of the generator.

joeljeske commented 9 years ago

+1 for build step configuration ability, even beyond just the output directory location. I would like to be able to configure the following

I would also suggest creating a config file for build steps as to not duplicate configuration between gulp or grunt.