Configure LESS compiler in IntelliJ IDEA Ultimate edition 14?

谁说我不能喝 提交于 2020-01-15 05:46:14

问题


These are my settings. Here is the error i am facing while compiling .less file.


回答1:


Step 1: Install npm less module

npm install -g less

Step 2: Install the less plugins in Intellij Idea

File > Settings > Plugins

Step 3: Setup Less Profile

File > Settings > LESS Profiles

It'll auto-generate the CSS file as soon as any change is noticed in LESS if "Compile Automatically on Save" is used.




回答2:


You are incorrectly looking in Project Strucutre.

The Project Settings is the icon to the left (spanner).



来源:https://stackoverflow.com/questions/28497601/configure-less-compiler-in-intellij-idea-ultimate-edition-14

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!