aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/assets.rake
Commit message (Collapse)AuthorAgeFilesLines
* [IMPORTANT] Make "sprockets/railtie" require explicit.José Valim2011-06-291-26/+0
| | | | | | | | | | This makes "sprockets/railtie" explicit. This means that sprockets will be loaded when you require "rails/all". If you are not using requiring "rails/all", you need to manually load it with all other framework railties. In order to be complete, this commit also adds --skip-sprockets to the rails generator.
* Railties: added tests for rake assets:cleanJames A. Rosen2011-06-211-2/+2
|
* rake assets:clean also removes directoriesJames A. Rosen2011-06-211-1/+1
| | | | | | See https://github.com/rails/rails/pull/1776#issuecomment-1402894, 2df2bfdb4b1165dce4b5bc3fe046147d793fead4, and 7440a254c4e724a5bbf6a0f4c8edb6d8d0432433.
* Create an :assets group in the Gemfile.José Valim2011-06-211-5/+10
| | | | | | | | | This group is required by default only on development and test (you can change it on config/application.rb). `rake assets:precompile` will automatically add the assets group to Rails.groups (and consequently Bundler.require) and should work transparently.
* assets:clean task now cleans up imagesJames A. Rosen2011-06-191-1/+1
|
* sprockets gzips assets nowXavier Noria2011-06-071-1/+4
|
* refectored assets:clean taskVishnu Atrai2011-05-301-3/+1
|
* rename task and Rake::FileList used Vishnu Atrai2011-05-271-3/+3
|
* Add rake task to implement assets:cleanup, fixes Github Issues # 1284Bhavin Kamani2011-05-271-0/+10
|
* Renaming helper in the Rake task, but why is this needed in the first place? ↵wycats2011-05-251-1/+1
| | | | (paging JP)
* Give assets access to asset_path during precompilationDavid Heinemeier Hansson2011-04-191-0/+3
|
* Add description to assets:precompile such that it shows up in rake -TDavid Heinemeier Hansson2011-04-181-1/+2
|
* Fix config.assets.precompile optionJoshua Peek2011-03-301-1/+1
|
* Precompile configured assetsJoshua Peek2011-03-291-1/+1
|
* Use sprockets precompileJoshua Peek2011-03-221-10/+2
|
* Add sprockets task to compile assetsJoshua Peek2011-03-211-0/+14