generator-angular-xl icon indicating copy to clipboard operation
generator-angular-xl copied to clipboard

Add support for LESS

Open grabbou opened this issue 10 years ago • 3 comments

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?

grabbou avatar May 19 '14 08:05 grabbou

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 avatar Sep 03 '14 20:09 kennethlynne

@kennethlynne can do the PR for that next week. What you think?

grabbou avatar Sep 03 '14 20:09 grabbou

That would be awesome. Please do :+1:

kennethlynne avatar Sep 04 '14 07:09 kennethlynne