aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/sprockets/assets.rake
Commit message (Expand)AuthorAgeFilesLines
* set env to let rails know we're precompilingTerence Lee2011-09-221-0/+3
* Move precompile task to Sprockets::StaticCompilerGuillermo Iguaran2011-09-201-22/+2
* config.action_controller.asset_host shouldn't set to nil during precompileGuillermo Iguaran2011-09-151-3/+0
* Merge pull request #3015 from guilleiguaran/clear-tmp-cache-on-precompileJosé Valim2011-09-141-0/+1
|\
| * Clear cache before of each precompile to avoid inconsistencies. Fixes #3014Guillermo Iguaran2011-09-131-0/+1
* | Revert "Provide a way to access to assets without using the digest, useful fo...Santiago Pastorino2011-09-141-1/+0
|/
* Provide a way to access to assets without using the digest, useful for static...Santiago Pastorino2011-09-131-0/+1
* Merge pull request #2987 from kennyj/masterSantiago Pastorino2011-09-121-0/+3
|\
| * fix https://github.com/rails/rails/issues/2947 (with testcase)kennyj2011-09-131-0/+3
* | Merge pull request #2985 from kennyj/masterSantiago Pastorino2011-09-121-1/+1
|\|
| * fix https://github.com/rails/rails/issues/2582 (with testcase)kennyj2011-09-131-1/+1
* | Fixed assets precompile regex, now accepts ProcsAlex Yakoubian2011-09-081-0/+2
|/
* assets:precompile should not append asset digests when config.assets.digest i...Sam Pohlenz2011-09-011-4/+5
* Merge pull request #2780 from guilleiguaran/assets-pipeline-minor-changesSantiago Pastorino2011-08-311-20/+13
* Set default location of manifest with config.assets.manifestGuillermo Iguaran2011-08-311-1/+2
* Backport f443f9cb0c64 to masterGuillermo Iguaran2011-08-311-4/+2
* Read digests of assets from manifest.yml if config.assets.manifest is onGuillermo Iguaran2011-08-311-1/+9
* Always enable digest and compile in the Rake taskGuillermo Iguaran2011-08-311-2/+3
* Bring in sprockets precompile taskJoshua Peek2011-08-241-3/+26
* Fix sprockets warningsJoshua Peek2011-08-211-3/+6
* Fix assets tests in railtiesJon Leighton2011-08-161-1/+3
* rake assets:precompile executes in production environment as default if RAILS...Santiago Pastorino2011-08-151-4/+4
* Ensure changing RAILS_GROUPS will load the proper dependencies.José Valim2011-08-141-13/+16
* Remove lame comment.José Valim2011-08-091-1/+0
* rake assets:precompile defaults to production envSantiago Pastorino2011-08-091-0/+1
* Clear out tmp/cache when assets:clean is invoked.Ilya Grigorik2011-08-041-1/+1
* help the next guy with explanations - See bb3b3e306Damien Mathieu2011-07-241-0/+1
* rake assets:precompile should always perform caching - Closes #2199Damien Mathieu2011-07-241-0/+1
* use rake tasks to set the default environment variables. fixes #2126Aaron Patterson2011-07-211-10/+10
* indeed, if we are going to remove everything in public/assets on assets:clean...Xavier Noria2011-07-171-4/+1
* if we are cleaning all files, we are cleaning all gz filesXavier Noria2011-07-171-1/+0
* [IMPORTANT] Make "sprockets/railtie" require explicit.José Valim2011-06-291-0/+26