From bb933359f48299cac4426d4643e6dfa74ed8eb7c Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 15 Apr 2014 15:13:01 +0000 Subject: [PATCH] do not depend on local cached JS files All external JS files will be loaded from the original site(s). This should make it possible to run /jasmine-popup.html after a git checkout, without running gmake (on windows). To use the cached JS files for developing, use jasmine-local-popup.html instead. --- examples/htdocs/jasmine-popup.html | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/examples/htdocs/jasmine-popup.html b/examples/htdocs/jasmine-popup.html index 1ef798e..164e7af 100644 --- a/examples/htdocs/jasmine-popup.html +++ b/examples/htdocs/jasmine-popup.html @@ -6,12 +6,21 @@ - + - - - - + + + + + + + + + + + + + -- 1.7.10.4