mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Give assets time to copy before reloading page.
This commit is contained in:
parent
79fe249291
commit
99a8193492
1 changed files with 2 additions and 0 deletions
|
@ -203,6 +203,8 @@ exports.config =
|
|||
assetsmanager:
|
||||
copyTo:
|
||||
'lib/ace': ['node_modules/ace-builds/src-min-noconflict/*']
|
||||
autoreload:
|
||||
delay: 1000
|
||||
|
||||
modules:
|
||||
definition: (path, data) ->
|
||||
|
|
Loading…
Reference in a new issue