easier SASS to CSS compilation ?
In the PhpStorm Roadmap is written:
- easier LESS to CSS compilation
- easier SASS to CSS compilation
What exactly does this mean?
Is there currently a way to compile LESS and Sass within PhpStorm? (I know there is a plugin for LESS)
http://confluence.jetbrains.net/pages/viewpage.action?pageId=15801728
Please sign in to leave a comment.
Hi there,
You can invoke such compilation manually via External Tools functionality (Settings | External Tools) .. or via custom Phing task.
It means that it should be easier to setup such compilation routine compared to how it can be done now (for example: you just specify path to compiler and IDE will invoke such compilation process as soon as source file changes will be saved).
We should just wait and see the exact approach -- once it will be implemented we can criticise it (good/bad) and suggest further improvements.