Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 Grails 应用程序中使用了 lesscss-resources 插件。一切都按预期工作。但是当我对 .less 文件进行更改时,我每次都需要重新启动整个应用程序。
有没有办法让 Grails 直接重新编译这些更改?
任何帮助深表感谢。
谢谢,乌尔斯
根据文档:
请注意,要导入的文件不是资源包的一部分,因此任何更改都不会触发资源的重建。
因此,如果您要修改的文件较少,那么您目前可能不走运。
我没有在 Grails 中使用 less,但对我有用的是实际上删除了我的 cookie,用于您希望 CSS 更新的域。