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:
David Taylor
2025-10-22 16:24:11 +01:00
parent ecb5f7b910
commit e56a4bf03e
38 changed files with 131 additions and 168 deletions
+1 -1
View File
@@ -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"