1

I'm trying to use a LessCss processor in my maven project using wro4j version 1.45. I use this import statement and I get an error at build time saying it isn't recognized. import ro.isdc.wro.extensions.processor.support.less.LessCssProcessor;

All help is appreciated

Joe Crawley
  • 725
  • 6
  • 18
  • 1
    The latest wro4j version is 1.7.0. Also, use Less4j processor which is much faster when comparing to LessCssProcessor – Alex Objelean Jun 11 '13 at 20:37

1 Answers1

1

I figured it out. The import statement was wrong, here is the correct import statement: import ro.isdc.wro.extensions.processor.css.LessCssProcessor;

Joe Crawley
  • 725
  • 6
  • 18