我用的sublime,怎么才能更改less生成css文件的路径?
less文件和css文件放在不同的文件夹
天蓬老师2017-04-17 15:39:12
Use build tools, gulp and webpack are recommended, and just do simple conf configuration
伊谢尔伦2017-04-17 15:39:12
Use gulp, add the task of compiling less in the gulp configuration file, and set the output directory to the folder you specify.
高洛峰2017-04-17 15:39:12
If you want to be simple, there are some simple pre-compilation tools like Koala that can compile less. Otherwise, follow the gulp and webpack above