dustinspecker / generator-ng-poly

Yeoman generator for modular AngularJS apps with Gulp and optional Polymer support
MIT License
237 stars 50 forks source link

Process SCSS main files from bower packages #266

Open verheyenkoen opened 8 years ago

verheyenkoen commented 8 years ago

Some libraries (eg. Foundation from version 5.5.3) put their SCSS file in bower.json main files instead of the CSS dist file. Main-bower-files seems to pick them up, but gulp doesn't process them yet through SASS, hence no CSS in the build folder.

Any plans on adapting generator-ng-poly for this?

dustinspecker commented 8 years ago

That's interesting. We should probably support that. A pull request is most welcome if anyone is interested in working on this one.

Thanks for bringing this up.