timdouglas / sublime-less2css

Sublime Text 2 Plugin to compile less files to css on save
202 stars 61 forks source link

"outputFile": "auto" does not work #175

Closed BarbzYHOOL closed 6 years ago

BarbzYHOOL commented 6 years ago

In the readme, it says that we can set "outputFile": "auto" (or maybe "outputFile": auto).

Result is: compiles into auto.css ....

Using "outputFile": auto is just impossible, can't save

BarbzYHOOL commented 6 years ago

Ok it's in fact: "outputDir": "auto", :P