rstacruz / sinatra-assetpack

Package your assets transparently in Sinatra.
http://ricostacruz.com/sinatra-assetpack/
MIT License
541 stars 97 forks source link

README intro needs to mention `js :app` when saying 'Use this instead of messy script tags' #54

Closed mikong closed 11 years ago

mikong commented 12 years ago

The intro mentions using '<%= css :application %>' in layout, and to use this instead of messy script and link tags. It should actually mention how to pack javascript as well. Quite a minor issue, and it should be obvious to everyone that css :application doesn't actually pack javascripts as well, but better to be technically accurate anyway. :)