padrino / padrino-recipes

A collection of padrino templates and plugins
http://www.padrinorb.com
292 stars 50 forks source link

sprockets2 recipe #11

Closed jacquescrocker closed 11 years ago

jacquescrocker commented 13 years ago

It's still early, but I'm going to explore integrating sprockets2 into Padrino and provide a recipe https://github.com/sstephenson/sprockets

It's rack based and supports sass & coffeescript (even on heroku). Seems to be working already in Rails 3.1 in src.

Seems a lot slicker than jammit since there's no compile step. It just serves everything directly from the web, and depends on HTTP headers & varnish to handle the caching.

achiurizo commented 13 years ago

awesome! always looking forward to additional recipes

nesquena commented 13 years ago

@railsjedi Post Rails 3.1 asset pipeline I think this would be an especially fun addition to the padrino recipe box. Haven't heard from you in the Padrino world in a while :)

mariusbutuc commented 11 years ago

Guys, I have no clue how to integrate sprockets, but I'd really like to get involved and make this happen! So far, I only looked over the Plugin Generator section.

Maybe I ain't got much of the skills, but got lots of motivation, so how do I get into the Padrino world? What are the steps needed to add Sprockets to the Padrino recipe box?

dariocravero commented 11 years ago

Thanks for the initiative @railsjedi. We're actually discussing the asset pipeline topic on padrino/padrino-framework#1028 right now. Feel free to join the discussion there and throw any suggestions you may have. I'll close this issue because by the look of things this functionality with the available alternatives will probably live in the framework itself.

jacquescrocker commented 11 years ago

sounds good, thanks! very much looking forward to seeing it in the framework