less - Can maven lesscss plugin output to the same directory? -


I'm trying to use the mvese plugin lesscss to make less compilation for CSS.

Does this plugin compile less for CSS and then keep CSS less in the same directory? (My fewer files are in different directories)

Like:

  Styles / some / some. Other styles / other things / anything else. Other  

After compilation, should be like this:

  styles / some / some CSS styles / other things / something else  

Or any other suggestion? Thanks for your help :)

Yes you can, but will not it be confusing?

to

   & Lt; Version & gt; 1.7.0.1.1 & lt; / Edition & gt; & Lt; Configuration & gt; & Lt; SourceDirectory & gt; $ {Project.basedir} / src / home / webapp / less & lt; / SourceDirectory & gt; & Lt; OutputDirectory & gt; $ {Project.build.directory} / $ {project.build.finalName} / CSS & lt; / OutputDirectory & gt; ... & lt; / Configuration & gt; ... & lt; / Plugin & gt;  

You can & lt; Output directory & gt; can be set to achieve the utility.


Comments