You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: