Merge pull request #330634 from r-ryantm/auto-update/circumflex
[NixPkgs.git] / pkgs / servers / web-apps / discourse / assets_rake_command.patch
blobb3e2e97ff854541f40f71a4e317b3082aa21f77f
1 diff --git a/lib/tasks/assets.rake b/lib/tasks/assets.rake
2 index 9608297789..5487490915 100644
3 --- a/lib/tasks/assets.rake
4 +++ b/lib/tasks/assets.rake
5 @@ -36,7 +36,7 @@ task "assets:precompile:build" do
6 if only_ember_precompile_build_remaining
7 exec "#{compile_command}"
8 elsif only_assets_precompile_remaining
9 - exec "#{compile_command} && SKIP_EMBER_CLI_COMPILE=1 bin/rake assets:precompile"
10 + exec "#{compile_command} && SKIP_EMBER_CLI_COMPILE=1 bundle exec rake assets:precompile"
11 else
12 system compile_command, exception: true
13 EmberCli.clear_cache!