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

Add Support For CSS #72

Closed JimLynchCodes closed 7 years ago

JimLynchCodes commented 7 years ago

HOW is there is no css at all in this project. When I create a new css or scss file webpack completely ignores it. How can I use css in this project??

JimLynchCodes commented 7 years ago

Didn't realize I had to manually add every css file manually in index.js...

What happened to the gulp-angular auto-injector?

micaelmbagira commented 7 years ago

@JimTheMan If you use less or scss, you can just use @import 'myfile.scss' in index.scss and only import this one in index.js. If you use bower, then it will be auto injected.