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
It seems that problems in processing of @import causes the .less file to appear as a less file instead of .css file in the page header while no errors or...
Using the plugin v1.3.0, I've got my Less files in web-app/less, and configured in the resources config file like: resource url: '/less/main.less', attrs: [rel: "stylesheet/less", type: 'css'], bundle: 'bundle_core' resource...
When I followed the instructions, even though the log statements indicate that less is being compiled to css, that's not what is served by tomcat when I run the app...