./README.md in lux_assets-0.2.1 vs ./README.md in lux_assets-0.2.2

- old
+ new

@@ -8,9 +8,22 @@ * plugable to handle any other extension * update manifest file for production * autoprefixer, minify, gzip the output * add rake tasks +Assets pipeline + +* get list of files or data +* compile every file individually and join the result to single file +* css specific + * scan css source and put sh1 data stamp to files found in ./public dir + * autoprefixer +* js specific + * babel +* minify +* sha1 prefix, gzip, add to manifest + + ## Instalation Add `lux_assets` gem to `Gemfile` and then `bundle install` ```ruby gem 'lux_assets'