Discussion:
asset pipeline in grails?
Wilson MacGyver
2011-11-16 17:50:01 UTC
Permalink
Hi,

I've been exploring coffeescript and clojurescript a bit. I've keep
running into rails asset pipeline,
but I haven't really come across anything like this in grails. Maybe
I'm not looking in the right place.

Does such a thing exist? Ie, are there hooks/plugins/configs that I
can use which
automatically compile coffeescript, or clojurescript, or less for css?
And have the compilation
behave differently in dev and prod?
--
Omnem crede diem tibi diluxisse supremum.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Tomas Lin
2011-11-16 18:01:16 UTC
Permalink
The resources plugin will allow you to do this to some extent.

one example might be the less css resources plugin.

http://www.grails.org/plugin/lesscss-resources
Post by Wilson MacGyver
Hi,
I've been exploring coffeescript and clojurescript a bit. I've keep
running into rails asset pipeline,
but I haven't really come across anything like this in grails. Maybe
I'm not looking in the right place.
Does such a thing exist? Ie, are there hooks/plugins/configs that I
can use which
automatically compile coffeescript, or clojurescript, or less for css?
And have the compilation
behave differently in dev and prod?
--
Omnem crede diem tibi diluxisse supremum.
---------------------------------------------------------------------
   http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
buffonomics
2014-05-20 22:07:47 UTC
Permalink
Asset-pipeline plugin for grails
http://deveki.com/softdev/grails-how-to-convert-html-templates-to-asset-pipeline-layouts/



--
View this message in context: http://grails.1312388.n4.nabble.com/asset-pipeline-in-grails-tp4077235p4656963.html
Sent from the Grails - user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Ed Young
2014-05-22 01:07:04 UTC
Permalink
http://bertramdev.github.io/asset-pipeline/guide/introduction.html
Post by buffonomics
Asset-pipeline plugin for grails
http://deveki.com/softdev/grails-how-to-convert-html-templates-to-asset-pipeline-layouts/
--
http://grails.1312388.n4.nabble.com/asset-pipeline-in-grails-tp4077235p4656963.html
Sent from the Grails - user mailing list archive at Nabble.com.
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
Loading...