简体   繁体   English

LessCssProcessor导入和WRO4J的声明

[英]LessCssProcessor import and declaration for wro4j

I'm trying to use a LessCss processor in my maven project using wro4j version 1.45. 我正在尝试使用wro4j 1.45版在我的maven项目中使用LessCss处理器。 I use this import statement and I get an error at build time saying it isn't recognized. 我使用此import语句,并且在构建时收到一条错误消息,指出无法识别。 import ro.isdc.wro.extensions.processor.support.less.LessCssProcessor;

All help is appreciated 感谢所有帮助

I figured it out. 我想到了。 The import statement was wrong, here is the correct import statement: import ro.isdc.wro.extensions.processor.css.LessCssProcessor; import语句错误,这是正确的import语句: import ro.isdc.wro.extensions.processor.css.LessCssProcessor;

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

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