mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 10:23:17 -05:00
DEV: Prepare for rename of app/assets/javascripts/ -> frontend/
This commit contains all the code changes. A followup will perform the actual move
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ if ARGV.include?("-h") || ARGV.include?("--help")
|
||||
exec "pnpm ember #{command} --help"
|
||||
end
|
||||
|
||||
args = ["--dir=app/assets/javascripts/discourse", "ember", command] + (ARGV - CUSTOM_ARGS)
|
||||
args = ["--dir=frontend/discourse", "ember", command] + (ARGV - CUSTOM_ARGS)
|
||||
|
||||
if !args.include?("test") && !args.include?("build") && !args.include?("--proxy")
|
||||
args << "--proxy"
|
||||
|
||||
Reference in New Issue
Block a user