README.md in sinatra-bundles-0.1.0 vs README.md in sinatra-bundles-0.1.1

- old
+ new

@@ -2,10 +2,11 @@ =============== An easy way to bundle CSS and Javascript assets in your sinatra application. * Tests: [http://runcoderun.com/darkhelmet/sinatra-bundles](http://runcoderun.com/darkhelmet/sinatra-bundles) +* Documentation: [http://yardoc.org/docs/darkhelmet-sinatra-bundles](http://yardoc.org/docs/darkhelmet-sinatra-bundles) Usage ----- sinatra-bundles combines Javascript and CSS into one file. Meaning, you can bundle 2 or more Javascript files into one, similar with CSS stylesheets. Any bundled files are expected to be in the public directory, under 'javascripts' and 'stylesheets' @@ -46,11 +47,11 @@ bundle_cache_time # => 60 * 60 * 24 * 365, or 1 year compress_bundles # => false cache_bundles # => false stamp_bundles # => true -And in production mode, compression and caching is enabled +And in production mode, compression and caching are enabled compress_bundles # => true cache_bundles # => true To change any of these, use set/enable/disable @@ -72,9 +73,14 @@ Examples -------- Check out the code for my blog for a real example: [darkblog on github](http://github.com/darkhelmet/darkblog) + +What you Need +------------- + +sinatra >= 0.10.1 (edge) Note on Patches/Pull Requests ----------------------------- * Fork the project.