aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-09-24 02:15:18 +0200
committerJosé Valim <jose.valim@gmail.com>2011-09-24 03:17:37 +0200
commit6795a9b30905a6e0b28a8d5458b452cb385d21b2 (patch)
tree7e56aceb585daaa66cb3fc26024816289970c40c /actionpack
parenteb367afeed2905d1036f46940aa6c91323f7faab (diff)
downloadrails-6795a9b30905a6e0b28a8d5458b452cb385d21b2.tar.gz
rails-6795a9b30905a6e0b28a8d5458b452cb385d21b2.tar.bz2
rails-6795a9b30905a6e0b28a8d5458b452cb385d21b2.zip
Remove the ENV flag, yagni.
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/sprockets/assets.rake3
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/lib/sprockets/assets.rake b/actionpack/lib/sprockets/assets.rake
index 5dd48fea98..782ea38991 100644
--- a/actionpack/lib/sprockets/assets.rake
+++ b/actionpack/lib/sprockets/assets.rake
@@ -1,9 +1,6 @@
namespace :assets do
desc "Compile all the assets named in config.assets.precompile"
task :precompile do
- # let rails know we're precompiling assets
- ENV["RAILS_ASSETS_PRECOMPILE"] = 'true'
-
# We need to do this dance because RAILS_GROUPS is used
# too early in the boot process and changing here is already too late.
if ENV["RAILS_GROUPS"].to_s.empty? || ENV["RAILS_ENV"].to_s.empty?