about summary refs log tree commit diff
path: root/lib/tasks/assets.rake
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-09-27 21:41:54 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-09-27 14:41:54 +0200
commit901fc48aaec8c6c5f1ae3c210c701abce3c03c7c (patch)
tree3b5c62f75618dbaf8147533717e863d8829c35d9 /lib/tasks/assets.rake
parent3caf0ba92313c71d722b30f77c5c1355601fc7c1 (diff)
Upgrade Webpacker to version 3.0.1 (#5122)
Diffstat (limited to 'lib/tasks/assets.rake')
-rw-r--r--lib/tasks/assets.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/assets.rake b/lib/tasks/assets.rake
index 92d5aea80..44896afc7 100644
--- a/lib/tasks/assets.rake
+++ b/lib/tasks/assets.rake
@@ -16,7 +16,7 @@ end
 
 if Rake::Task.task_defined?('assets:precompile')
   Rake::Task['assets:precompile'].enhance do
-    Webpacker::Manifest.load
+    Webpacker.manifest.refresh
     Rake::Task['assets:generate_static_pages'].invoke
   end
 end