Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
13 lines
596 B
Diff
13 lines
596 B
Diff
diff --git a/lib/tasks/assets.rake b/lib/tasks/assets.rake
|
|
index 9608297789..5487490915 100644
|
|
--- a/lib/tasks/assets.rake
|
|
+++ b/lib/tasks/assets.rake
|
|
@@ -36,7 +36,7 @@ task "assets:precompile:build" do
|
|
if only_ember_precompile_build_remaining
|
|
exec "#{compile_command}"
|
|
elsif only_assets_precompile_remaining
|
|
- exec "#{compile_command} && SKIP_EMBER_CLI_COMPILE=1 bin/rake assets:precompile"
|
|
+ exec "#{compile_command} && SKIP_EMBER_CLI_COMPILE=1 bundle exec rake assets:precompile"
|
|
else
|
|
system compile_command, exception: true
|
|
EmberCli.clear_cache!
|