简体   繁体   English

Grails: running test-app grails 卸载lesscss插件

[英]Grails: running test-app grails uninstall lesscss plugin

I'm using Grails to build an application, I have a problem... I've installed the lesscss to manage the css, but each time I try to test my application with test-app command, it uninstalls the plugin.我正在使用 Grails 来构建应用程序,我遇到了一个问题...我已经安装了 lesscss 来管理 css,但是每次我尝试使用test-app命令测试我的应用程序时,它都会卸载插件。 Why is that happening?为什么会这样?

grails> test-app :integration
| Uninstalled plugin [lesscss]
| Compiling 40 source files

I'm very confused...我很困惑...

The plugin dependency is probably not included anymore in either BuildConfig.groovy or application.properties.插件依赖项可能不再包含在 BuildConfig.groovy 或 application.properties 中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM