Reputation: 153
I'd configure phpStorm file watcher to generate CSS from a less. Curiously the css is generated (I'd set "Always" to "Show console"), but not saved. How can I solve it?
Upvotes: 0
Views: 59
Reputation: 165511
How can I solve it?
Why don't you used template provided by PhpStorm? It has all fields pre-filled -- you just edit them to fit your project setup. Right now you indeed have configured file watcher to just generate CSS.
You have to either:
--no-color $FileName$ $FileNameWithoutExtension$.css
Upvotes: 1