darkhelmet / sinatra-bundles

Easy asset packaging for sinatra
http://verboselogging.com/2010/01/13/sinatra-bundles-easy-asset-bundling-for-sinatra
MIT License
42 stars 8 forks source link

Documentation should mention "register Sinatra::Bundles" #22

Closed topfunky closed 12 years ago

topfunky commented 12 years ago

I'm writing all my Sinatra apps as classes inheriting from Sinatra::Base.

In this case, I need to "register Sinatra::Bundles" for things to work properly. This should be mentioned in the documentation.

Other than that, the plugin works great! I'll be using this in all my Sinatra apps.

darkhelmet commented 12 years ago

Good call. Will definitely add to the README, hopefully sometime soon :)