1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 2 days ago.
Jun 30, 2025 — Jun 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[maven-release-plugin] prepare for next development iteration More... about 12 years ago
[maven-release-plugin] prepare release lesscss-1.7.0.1.1 More... about 12 years ago
Changed Readme for 1.7.0.1.1 More... about 12 years ago
Merge pull request #52 from davidmc24/fix-slf4j-shading More... about 12 years ago
fix shading of slf4j (#51) More... about 12 years ago
[maven-release-plugin] prepare for next development iteration More... about 12 years ago
[maven-release-plugin] prepare release lesscss-1.7.0.1.0 More... about 12 years ago
removed "SNAPSHOT" from the version name in the README.md More... about 12 years ago
changed README.md to use the latest snapshot version More... about 12 years ago
fixed shading for #15 as suggested by @davidmc24 More... about 12 years ago
Integrated less 1.7.0 and fixed https://github.com/sandroboehme/lesscss-maven-plugin/issues/1. The next less.js release should have that fixed already. See https://github.com/less/less.js/pull/1956. More... about 12 years ago
fixed #15 and Maven test setup More... about 12 years ago
Update version to 1.6.1-SNAPSHOT and add compiler params example to README.md More... over 12 years ago
Merge pull request #1 from sandroboehme/master More... over 12 years ago
The Maven integration tests do work only for me using 'mvn verify' with the 2.16 version of the maven-failsafe-plugin. More... over 12 years ago
Ignoring the HttpImport test in ImportIT as I don't have a solution for that. More... over 12 years ago
fixed LessSourceTest More... over 12 years ago
fixed variables test in CompatibilityIT.java More... over 12 years ago
Fixed the MultithreadedIT.java test. More... over 12 years ago
Fixed the Bootstrap tests. More... over 12 years ago
1. Remove unnecessary files 2. Update Compile to allow regular lessc arguments 3. Update LessCompiler to use default rhino less/lessc from less project 4. Update tests More... over 12 years ago
Fix some tests More... over 12 years ago
Fix compiler tests More... over 12 years ago
Added unit test for testing http imports. More... over 12 years ago
Added unit test for testing http imports. More... over 12 years ago
Make Java 1.5 compatible. Fixed pom issues. More... over 12 years ago
Added HttpResource for pulling in resources using http/https. More... over 12 years ago
Initial pass at a Java Less Compiler that uses the rhino version from the less-rhino fork. Based off of lesscss-java but tries to be as slim as possible and remove most code that isn't just passing parameters to the less rhino code. More... over 12 years ago
Added HttpResource for pulling in resources using http. More... over 12 years ago
Added a Compile class to run from the command line. More... over 12 years ago