From bd7ccdc0e167d7a92e703e4fb714630887a144c2 Mon Sep 17 00:00:00 2001 From: Alex Holachek Date: Tue, 15 Mar 2016 12:30:44 -0400 Subject: [PATCH] overriding require.js waitseconds at very beginning --- src/discovery.config.js | 1 + src/index.html | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/src/discovery.config.js b/src/discovery.config.js index 34730231e..fbb9eccbe 100644 --- a/src/discovery.config.js +++ b/src/discovery.config.js @@ -16,6 +16,7 @@ require.config({ }()), + //this will be overridden in the compiled file waitSeconds: 30, // Configuration we want to make available to modules of ths application diff --git a/src/index.html b/src/index.html index 48b05bc67..663a26918 100644 --- a/src/index.html +++ b/src/index.html @@ -34,6 +34,14 @@ +