mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 20:34:50 +08:00
DEV: bin/ember-cli standalone by default (#13344)
This commit is contained in:
@ -48,7 +48,7 @@ end
|
||||
|
||||
system "yarn -s install --cwd #{yarn_dir}"
|
||||
|
||||
if (ARGV - ["--unicorn", "-"]).length < 2
|
||||
if ARGV.include?("-u") || ARGV.include?("--unicorn")
|
||||
unicorn_pid = spawn(__dir__ + "/unicorn")
|
||||
|
||||
Thread.new do
|
||||
|
Reference in New Issue
Block a user