WebStorm LESS plugin or File Watcher - I am confused
I am new to this and I would like to use WebStorm 7.0.3 to compile my LESS files.
On one hand I found this plugin http://plugins.jetbrains.com/plugin?pr=&pluginId=7059 on the other there is a LESS File Watcher seems to be already installed in the WebStorm and prompts me to activate it. Except the compiler input field is empty and I don't know where to get one.
Can you help me?
Thanks
Please sign in to leave a comment.
Hi there,
The LESS CSS Compiler is a 3rd party plugin. AFAIK it already has LESS compiler bundled (don't know what version though .. but I believe it to be 1.3 or so).
The File Watcher is an official JetBrains plugin that assists in compiling/transpiling/processing-with-external-tool of any file. It has predefined settings for most common file types (LESS/SASS/JS etc) and common tasks on those files (e.g. minification for JS/CSS files etc). But you still need to install the actual compiler/transpiler tool yourself.
http://blog.jetbrains.com/webide/2013/03/file-watchers-in-webstormphpstorm-6-a-k-a-background-tasks/
http://devnet.jetbrains.com/message/5481645#5481645
Works like a charm, thanks!