mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
I guess we just renamed brunch.coffee to config.coffee.
This commit is contained in:
parent
c768d5cb7c
commit
cf41f6e3d0
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ coco_path = os.getenv("COCO_DIR",os.path.join(current_directory,os.pardir))
|
|||
brunch_path = coco_path + os.sep + "node_modules" + os.sep + ".bin" + os.sep + "brunch"
|
||||
subprocess.Popen("ulimit -n 10000",shell=True)
|
||||
while True:
|
||||
call(brunch_path + " w --config " + coco_path + os.sep + "brunch.coffee",shell=True,cwd=coco_path)
|
||||
call(brunch_path + " w",shell=True,cwd=coco_path)
|
||||
print("Brunch crashed. Press control+C within 1 second to quit.")
|
||||
time.sleep(1)
|
||||
|
|
Loading…
Reference in a new issue