aboutsummaryrefslogtreecommitdiffstats
path: root/jsTestDriver-scenario.conf
diff options
context:
space:
mode:
authorDi Peng2011-08-15 16:17:12 -0700
committerIgor Minar2011-09-13 01:02:22 +0200
commita13653c81431bf51fed2a958514ebfb9aeb2dc14 (patch)
tree3a2b81ff8661aa8b3b0d8bdbc5d01d2e54023d6f /jsTestDriver-scenario.conf
parent8017340cd106156e84508fa8061bd98004eff487 (diff)
downloadangular.js-a13653c81431bf51fed2a958514ebfb9aeb2dc14.tar.bz2
refactor(angular): externalize script load order into JSON
- move all script load order into angularFiles.js - rakefile and angular-bootstrap.js use angularFiles.js to get script orders - gen_jstd_configs.js uses angularFiles.js to generate various jstd config files - run gen_jstd_configs.js whenever we run server.sh Closes #470
Diffstat (limited to 'jsTestDriver-scenario.conf')
-rw-r--r--jsTestDriver-scenario.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/jsTestDriver-scenario.conf b/jsTestDriver-scenario.conf
deleted file mode 100644
index 1ad7d32f..00000000
--- a/jsTestDriver-scenario.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-server: http://localhost:9877
-
-load:
- - build/angular-scenario.js
- - build/jstd-scenario-adapter-config.js
- - build/jstd-scenario-adapter.js
- - build/docs/docs-scenario.js
-
-proxy:
- - {matcher: "*", server: "http://localhost:8000"}