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
I am facing the problem that less resources within plugins are not processed (i.e. not converted to css and not bundled) when run from a project. It works fine when...
When the less resources are added to a bundle the lesscssresources tries to process the (non existing) bundle file. The css bundle file itself is correctly created, but this causes...
Bundling does not work for less resources without subsequent css resource in the module... see #42, #25, #24 Referenced issues are closed with note that it is bug in resources...
I have project where there are couple of .less files (for clarity), but they are interdependent. Unfortunately, it looks that each .less file is compiled separately and will fail in...
Would it be possible to compile less resources during the war process instead of during startup of the app? I'm using Twitter bootstrap (the LESS version) and I plan to...
I've been using lesscss-resources with great success to compile LESS files to CSS. I'm attempting to introduce the gsp-resources plugin in combination to render a GSP file to LESS and...
Hi, The plugin works fine in local i.e.: ``` groovy grails run-app ``` The plugin works fine in production with Tomcat 7 and localhost (default configuration) ``` xml ... ```...
Specifically I'm trying to combine lesscss-resources with smartsprites-csssprites-resources https://github.com/beckje01/smartsprites-csssprites-resources/issues/7 The issue isn't limited to that plugin though, I created a new grails app, installed the lesscss plugin, and wrote my...
Hello, In debug mode, lesscss-resources serves raws less files, but IMHO, I can't find any interest in this. My point is that .less files should be rendered, even in debug...
As titled, we tried to use twitter-bootstrap-grails-plugin with this plugin and using @import "bootstrap.less" in our LESS file. When the application startup, it shows WARN "***********/bootstrap.less" not found.