是否可以在 LESS 中设置文件观察器,使输出文件的名称与源文件的名称不同?
Is it possible to setup the file watcher in LESS to have the output file with different name from the source?
我正在使用 style.less
文件,我想知道在编译时是否可以输出 theme.css
文件。如何配置文件观察器来实现这一点?
这是我当前的配置:
当然 - 只需将 theme.css
指定为目标文件名:
我正在使用 style.less
文件,我想知道在编译时是否可以输出 theme.css
文件。如何配置文件观察器来实现这一点?
这是我当前的配置:
当然 - 只需将 theme.css
指定为目标文件名: