blob: 3926378fdcff2c98c4640aa1cc2eb48fecf14f81 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 | server: http://localhost:9876
load:
  - lib/jasmine-1.0.1/jasmine.js
  - lib/jasmine-jstd-adapter/JasmineAdapter.js
  - lib/jquery/jquery-1.4.2.js
  - test/jquery_alias.js
  - src/Angular.js
  - src/JSON.js
  - src/*.js
  - src/service/*.js
  - example/personalLog/*.js
  - test/testabilityPatch.js
  - src/scenario/Scenario.js
  - src/scenario/output/*.js
  - src/scenario/*.js
  - src/angular-mocks.js
  - test/mocks.js
  - test/scenario/*.js
  - test/scenario/output/*.js
  - test/*.js
  - test/service/*.js
  - example/personalLog/test/*.js
exclude:
  - src/angular-bootstrap.js
  - src/AngularPublic.js
  - src/scenario/angular-bootstrap.js
  - test/jquery_remove.js
 |