aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/sprockets/bootstrap.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add public API for register new js and css compressors for SprocketsGuillermo Iguaran2011-09-241-31/+3
|
* `rake assets:precompile` loads the application but does not initialize it.José Valim2011-09-241-0/+65
To the app developer, this means configuration add in config/initializers/* will not be executed. Plugins developers need to special case their initializers that are meant to be run in the assets group by adding :group => :assets. Conflicts: railties/CHANGELOG railties/test/application/assets_test.rb