slushjs / slush-angular

A slush generator for AngularJS using the Google Angular App Structure Recommendations
129 stars 32 forks source link

=BG= compile vendor SCSS/ LESS files too #32

Closed bguiz closed 10 years ago

bguiz commented 10 years ago

Useful when including a bower dependency that package, such as a directive, that includes files that need to go through a CSS pre-processor, such as Sass or Less.

joakimbeng commented 10 years ago

As stated in Bower's bower.json main section documentation: "Preprocessor files like CoffeeScript should be compiled". Compiling a bower component's internal SCSS/LESS files is not a general use case so it does not fit in here.