Villor 紫刃
Villor 紫刃
``` javascript { "autoCompile": true, "createCssSourceMaps": false, "ignorePrefixedFiles": true, "lessBaseDir": "G:\\PHP\\WWW\\tea\\website\\less", "lesscCommand": false, "main_file": false, "minify": true, "minName": false, "outputDir": "shadow", "outputFile": "", "showErrorWithWindow": true, "autoprefix": false, "disableVerbose":false } ```...
只要outputDir写成shadow,就不弹出命令窗,也就是没有经过编译了啊,auto无法处理深层次的子目录里边的less文件,怎么办?
Always some underscore-prifixed files act as the basic library. We want to use them in other files but don't want them to be compiled to css files. But one problem...
I installed all the less/less2css/less-build/lessc in sublime, It also no effect whether I use ALT+S or click the tools menu item Less->css Help,OMG..... T-T It can work last week, but...