From 1939c354ed2e5c7241ae2f15ec796dd995a6f725 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Tue, 19 Sep 2017 14:48:10 -0700 Subject: [PATCH] Fixed the _developer.yml settings so that pages with multiple machine types work properly --- _developer.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_developer.yml b/_developer.yml index 03a17d046..84aaffeac 100644 --- a/_developer.yml +++ b/_developer.yml @@ -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