-
Notifications
You must be signed in to change notification settings - Fork 59
Stuck on a loop? #70
Comments
Update: I removed the following form style.less and it compiled
They were all duplicates from bootstrap.less (external package, not ours, obviously), however, the first two files seem to have name twins in ./ and ../font-awesome/less/ (relative to style.less) with totally different contents. |
In my case, it hangs at "Watching..." nothing happens. I'm using Windows if it matters, although I tried on ubuntu & same thing. If I remove I'm using maven tomcat7 plugin to run the app through embedded tomcat server using the following command.
dev profile contains the lesscss maven plugin |
Same problem here on Ubuntu. Running with less.js (lessc) and minimizing with --clean-css takes about 2 seconds max.
For now, I have commented out the lesscss plugin call and am storing the final css file in git. |
We've recently started using Less in our project and it compiles for less than a second with the node-less package under Ubuntu. I tried to add it to the maven build, so we can remove the file from the Git repo, because it blows-up the patches.
I waited 10 minutes for it to compile with this plugin before I stopped it.
This is our plugin configuration.
These are our Less scripts https://www.dropbox.com/s/i06njcgy184t4hz/less.tar.gz?dl=0
Also, these are the maven compile logs with -X when I was done waiting and stopped it:
The text was updated successfully, but these errors were encountered: