grails-lesscss-resources
grails-lesscss-resources copied to clipboard
Grails plugin for using the LESS CSS framework in conjunction with the grails-resource plugin family
Currently this plugin ships with 1.3.3, but less is on version 1.5. It'd be great if this was updated to ship with the latest version of LESS compiler.
-make use of $grailsVersion and latest.integration (latest-release should work to by now as grails-plugins moved to a maven-compatible repository
I'm currently writing a plugin (https://github.com/tscheinecker/grails-augmented-resources) which modifies the less files before they are compiled. At the moment I have to include an very unpleaset step in which i save...
Catch generic exceptions in LesscssResourceMapper to help troubleshooting.
Hi Paul, Thanks for your contribution this plugin made our work possible, we are working using a plugin oriented architecture where we have a core plugin which provides common resources...
Hey Paul: Thanks for your work on this plugin. It's been very useful. In this pull request I improved the support for .less files from the resources plugin by "monkey-patching"...
I'm trying to compile the out-of-the-box less files for Bootstrap 3.1.1 using Grails 2.3.0 and the lesscss-resources plugin v1.3.3. I'm getting the error below. Any thoughts? My ApplicationResources has: resource...
When plugin is used in grails 2.3.7 with spring security and spring security ui - fails to run the app, nor run-war works. I have made a project to reproduce...
Seems to work find with run-app, but does not run with WAR (either deployed or run-war) I've turned up the logging. No errors or logging. Its like the less compiler...