generator-angular-xl
generator-angular-xl copied to clipboard
Add support for LESS
We should add support for less files. SASS can be enabled by default and we can enable LESS by adding "useLESS: true" to the bower.json.
It's quite easy to implement as only file types have to be changed (replace .sass within the project with the custom variable based on bower.json).
What do you think?
It is indeed very easy to implement and absolutely an interesting suggestion! I would like the generator to ask if the user wants to use sass or less when scaffolding the initial application.
@kennethlynne can do the PR for that next week. What you think?
That would be awesome. Please do :+1: