FountainJS / generator-fountain-angular1

Yeoman 'fountain' generator to start a webapp with Angular 1
http://fountainjs.io
MIT License
95 stars 34 forks source link

new scss files not injected to index.scss #64

Closed matheusdavidson closed 8 years ago

matheusdavidson commented 8 years ago

i've created a new .scss file inside a component but this is not injected in index.scss or index.html, is this right?

The user guide says that any .scss should be injected automatically in index.scss.

Looking at all gulp task i see that all .scss files are watched(i can confirm this because my application reloads every time i save) but in the style.js task it doesn't seem to watch for any other .scss file rather then index.scss.

matheusdavidson commented 8 years ago

Found another issue with the same problem: FountainJS/generator-fountain-angular2#72