How do, using File Watchers in PHPStorm do I set up LESS file watchers output path to do this:
I want:
/project/path/less/dir/file.less
to output to:
I had a similar problem with getting scss file watcher to output to the css directory
This is what I did.
--no-cache --update $ProjectFileDir$/css/style.css$ProjectFileDir$/css/$FileDirPathFromParent(scss)$$FileNameWithoutExtension$.cssYou can modify this to work with LESS