Fixed the _developer.yml settings so that pages with multiple machine types work properly
This commit is contained in:
parent
622a3738dc
commit
1939c354ed
1 changed files with 6 additions and 1 deletions
|
|
@ -1,7 +1,12 @@
|
|||
developer: true
|
||||
baseurl: ""
|
||||
url: "http://localhost:4000"
|
||||
#
|
||||
# In the following pcjs section, setting "compiled: false" works only for pages with a single machine,
|
||||
# because the uncompiled scripts use shared classes that can only be instantiated once on a page (unless
|
||||
# they're compiled and/or wrapped inside a function).
|
||||
#
|
||||
pcjs:
|
||||
compiled: false
|
||||
compiled: true
|
||||
debug: false
|
||||
private: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue