paulfairless / grails-lesscss-resources

Grails plugin for using the LESS CSS framework in conjunction with the grails-resource plugin family
Other
35 stars 27 forks source link

generated css files are not available to other resource mappers further down the chain #37

Open thetrav opened 12 years ago

thetrav commented 12 years ago

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 own debug resourceMapper and set it to run in the MUTATE phase

When defaultIncludes was set to "*/.css" it does not pick up any less generated files When defaultIncludes was set to "*/.less" it picked up a resource with the url "/css/fancy_less.css"