-
Notifications
You must be signed in to change notification settings - Fork 59
Concatenate .less-files into a single file before compile #19
base: master
Are you sure you want to change the base?
Conversation
…able to control the name of the output.
Hi, Does the concatenation feature work in Version-1.3.3 ? If yes, can you please share an example of maven plugin configuration with use of concatenation? |
There should be a complete configuration in the it/concatenate-integration-test. Is it missing there? |
I am sorry but I don't see concatenate-integration-test in it. Can you help me out? |
If you run mvn install you will see in the end of that run 5-6 integration tests. These are placed under src/it/. There should be a folder named concatenate there. This folder contains a "sample" pom.xml that are used for the integration-test of the plugin. If you don't find it please look at commit 5a9551b above. Perhaps you havn't merged with the commits in this pull-request. |
I tried with 1.3.3, it's not working. Cannot find in the configuration. |
True, there is no concatenate IT. |
Hi @buurd, currently I'm planning a new release of the plugin. When trying to merge your latest version of your pull request I get a lot of merge conflicts. I guess there are some encoding or whitespace changes. Best, Sandro |
In response to issue #18
Added functionallity to concatenate several .less-files into a single one before compiling to .css. There are many projects, for instance bootstrap-js where they use that techniue instead of imports so it would nice to be able to handle it.