Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Concatenate .less-files into a single file before compile #19

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

buurd
Copy link

@buurd buurd commented Jan 16, 2013

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.

@UditWadhwa
Copy link

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?

@buurd
Copy link
Author

buurd commented May 30, 2013

There should be a complete configuration in the it/concatenate-integration-test. Is it missing there?

@UditWadhwa
Copy link

I am sorry but I don't see concatenate-integration-test in it. Can you help me out?

@buurd
Copy link
Author

buurd commented May 30, 2013

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.

@kolyjjj
Copy link

kolyjjj commented Jun 5, 2013

I tried with 1.3.3, it's not working. Cannot find in the configuration.
Is it working for 1.3.3?

@vdest
Copy link

vdest commented Jun 13, 2013

True, there is no concatenate IT.

@sandroboehme
Copy link
Collaborator

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.
If you want you can create an updated pull request. Then I will try to put it into the next release.
Also: Is it possible, that the concatenate test is missing because of the line
/src/it/concatenate/src/main/less/less.less in .gitignore?

Best,

Sandro

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants