doronsever / generator-gulp-angular-subtask

A helper generator for generator-gulp-angular to create sub tasks
49 stars 19 forks source link

generator-gulp-angular (version: 0.11.0) having a new file structure. #8

Closed asim-qb closed 9 years ago

asim-qb commented 9 years ago

generator-gulp-angular (version: 0.11.0) scaffolding is different.

├── src/ │ ├── app/ │ │ ├── components/ │ │ │ └── navbar/ │ │ │ │ ├── navbar.controller.js │ │ │ │ └── navbar.html │ │ ├── main/

Command yo gulp-angular-subtask:controller off-canvas-menu (without options) produces the structure:

├── src/ │ ├── app/ │ │ ├── components/ │ │ │ └── navbar/ │ │ │ │ ├── controllers │ │ │ │ │ └── navbar.controller.js │ │ │ │ ├── spec │ │ │ │ │ └── controllers │ │ │ │ │ │ └── navbar.controller.spec.js

With options I can get what I want. But it will be great if I could permanently change --dest and other options.(I don't know how can I do this).

Or are you working on changing the file structure?

doronsever commented 9 years ago

Sorry for the late response, i'm working to support the new file structure. I will upload it very soon 10x

asim-qb commented 9 years ago

Great to know that. :)