Skip to content

How to add all LESS files to compilerconfig.json #193

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
glittle opened this issue Feb 16, 2016 · 2 comments
Open

How to add all LESS files to compilerconfig.json #193

glittle opened this issue Feb 16, 2016 · 2 comments

Comments

@glittle
Copy link

glittle commented Feb 16, 2016

I searched the existing Issues, and with StackOverflow, and can't find this question or answer...

Is there any way to add all LESS files to the compilerconfig.json file?

Do I manually have to find each LESS file (hundreds in numerous folders) and right-click on each one of them? Or is there a simple VS extension that can do that for me?

If nothing else, I'll be doing dir *.less /s /b > file.txt then editing that in an editor to add the necessary JSON for each file...

Any other suggestions?

Also, does each included LESS file (e.g. variables.less) need to be listed in the config file? Or just the primary files?

Thanks,
Glen

@michaeldewayneharris
Copy link

michaeldewayneharris commented Apr 21, 2016

I would be interested in this as well.

It would be fantastic if you could just use **/*.less

@Mikey1982
Copy link

Mikey1982 commented Jul 27, 2016

That's a requested feature
#49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants