diff options
| author | Di Peng | 2011-08-15 16:17:12 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-09-13 01:02:22 +0200 |
| commit | a13653c81431bf51fed2a958514ebfb9aeb2dc14 (patch) | |
| tree | 3a2b81ff8661aa8b3b0d8bdbc5d01d2e54023d6f /jsTestDriver-scenario.conf | |
| parent | 8017340cd106156e84508fa8061bd98004eff487 (diff) | |
| download | angular.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.conf | 10 |
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"} |
