question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

config file - less.json

See original GitHub issue

Add 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:closed
  • Created 11 years ago
  • Reactions:3
  • Comments:19 (15 by maintainers)

github_iconTop GitHub Comments

2reactions
pronebirdcommented, Jun 29, 2012

lessc www/less/some.less www/css/some.css is your config

0reactions
matthew-deancommented, Feb 21, 2014

Closing, discussion moved to #1893.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found