lesscss-maven-plugin
lesscss-maven-plugin copied to clipboard
LESS CSS Maven Plugin
Hi I am trying to use this plugin to namespace some css for me. I have the following file template2.less defined `.bootstrap-styles { @import (less) 'file.css'; } The contents of...
I declared this configurarion in my pom.xml > org.lesscss lesscss-maven-plugin 1.7.0.1.1 bootstrap/bootstrap.less minify compile true {fileName}.min.css When run, the file generated is bootstrapbootstrap.min.css when i hope bootstrap/bootstrap.min.css. The variable {fileName}...
Hello, I've tried to use your (wonderfull) plugin from within Eclipse (with m2e), but nothing happens : no css file is generated. Could you provide a kind of how-to for...
I have the below line in of my .less files ``` @import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en"); ``` While building the project, it throws the following error : ``` java.io.IOException: Resource E:\mongrel\mongrel\src\main\webapp\webresources\css\edulastic\less\theme\fonts.googleapis. com\css?family=Open+Sans:300,400,600,700&lang=en.less not...
Hi. Created a Maven module A, where the source files (less) are collected in sources.jar. Module A is added as a dependency of module B. Tried to import the module...
Can css file be output to the same directory with less?
I am in Eclipse environment. I want LESS to compile only when explicitly invoked via mvn package. At the moment, as soon as I make any changes in my less...
Hi, I typically build our project with the Maven option "-T 1.5C"; this reduces the build time (on my hardware) significantly. However, since we added the lesscss-maven-plugin to our build,...
I keep getting the following error when I use @import-once in place of @import: [INFO] --- lesscss-maven-plugin:1.3.3:compile (default-cli) @ test-project --- [INFO] Compiling LESS source: base.less... [ERROR] /Users/virmani/workspace/server/src/main/resources/less/base.less [0:0]: Error...
Is this plugin thread safe? Can it be marked as such? [WARNING] ***************************************************************** [WARNING] \* Your build is requesting parallel execution, but project * [WARNING] \* contains the following plugin(s)...