aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/sprockets/assets.rake
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2011-08-31 12:47:33 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2011-08-31 13:12:09 -0500
commitf236e00189b5a6cf0cebac5c275f64d41d73428d (patch)
treeb698934e71ef9d329ccc14fef545239faf9f6362 /actionpack/lib/sprockets/assets.rake
parentfa04c37f45ca9299a5efb426913488b678c178ce (diff)
downloadrails-f236e00189b5a6cf0cebac5c275f64d41d73428d.tar.gz
rails-f236e00189b5a6cf0cebac5c275f64d41d73428d.tar.bz2
rails-f236e00189b5a6cf0cebac5c275f64d41d73428d.zip
Backport f443f9cb0c64 to master
Diffstat (limited to 'actionpack/lib/sprockets/assets.rake')
-rw-r--r--actionpack/lib/sprockets/assets.rake6
1 files changed, 2 insertions, 4 deletions
diff --git a/actionpack/lib/sprockets/assets.rake b/actionpack/lib/sprockets/assets.rake
index 7ee82ee530..54907abb39 100644
--- a/actionpack/lib/sprockets/assets.rake
+++ b/actionpack/lib/sprockets/assets.rake
@@ -47,10 +47,8 @@ namespace :assets do
env.precompile(*assets)
end
- if config.assets.manifest
- File.open("#{target}/manifest.yml", 'w') do |f|
- YAML.dump(manifest, f)
- end
+ File.open("#{target}/manifest.yml", 'w') do |f|
+ YAML.dump(manifest, f)
end
end
end