config file - less.json
See original GitHub issueAdd config file less.json
{
"options" : {
"paths" : {
"www/less/some.less" : "www/css/some.css"
}
}
}
so when I run less .
it will compile based on the config
Just like yuidoc’s yuidoc.json
Issue Analytics
- State:
- Created 11 years ago
- Reactions:3
- Comments:19 (15 by maintainers)
Top Results From Across the Web
config for .less file in appsetings.json - MSDN - Microsoft
I want to use less files to style my project. I install dotLess package but I could not config it because I found...
Read more >Stop Using JSON Config Files - Medium
I firmly believe that less is more, so on my first try, I used JSON config inside the package.json . The shared configuration...
Read more >Why JSON isn't a Good Configuration Language - Lucidchart
Learn why JSON falls short as a configuration language and what you can use instead as you create a new application, framework, or...
Read more >The state of config file formats: XML vs. YAML vs. JSON vs. HCL
There are many configuration languages, each with their advantages and disadvantages. XML, JSON, YAML, and HCL are somewhat interoperable, but trade-offs are ...
Read more >Reducing JSON Data Size - Baeldung
With smaller JSON data sizes, our applications become cheaper and faster. ... fromMockFile() to read that file and turn it into Customer ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
lessc www/less/some.less www/css/some.css
is your configClosing, discussion moved to #1893.