forked from emberjs/ember.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ember-dev.yml
56 lines (56 loc) · 2.42 KB
/
ember-dev.yml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
name: Ember
assetfile: 'Assetfile'
testing_suites:
packages:
- "EACH_PACKAGE"
old_jquery:
- "package=all&jquery=1.7.2&nojshint=true"
- "package=all&jquery=1.7.2&nojshint=true&enableoptionalfeatures=true"
extend_prototypes:
- "package=all&extendprototypes=true&nojshint=true"
- "package=all&extendprototypes=true&nojshint=true&enableoptionalfeatures=true"
built:
- "package=all&skipPackage=container&dist=build&nojshint=true" # container isn't publicly available in the built version
- "skipPackage=container,ember-testing&dist=min&prod=true" # container isn't public, and ember-testing is stripped from prod/min
- "skipPackage=container,ember-testing&dist=prod&prod=true" # container isn't public, and ember-testing is stripped from prod/min
runtime:
- "package=ember-metal,ember-runtime"
views:
- "package=container,ember-views,ember-handlebars"
standard:
- "EACH_PACKAGE"
- "package=all&jquery=1.7.2&nojshint=true"
- "package=all&jquery=1.7.2&nojshint=true&enableoptionalfeatures=true"
- "package=all&extendprototypes=true&nojshint=true"
- "package=all&extendprototypes=true&nojshint=true&enableoptionalfeatures=true"
- "package=all&skipPackage=container&dist=build&nojshint=true" # container isn't publicly available in the built version
all:
- "EACH_PACKAGE"
- "package=all&jquery=1.7.2&nojshint=true"
- "package=all&jquery=1.8.3&nojshint=true"
- "package=all&jquery=1.9.1&nojshint=true"
- "package=all&jquery=git&nojshint=true"
- "package=all&jquery=git2&nojshint=true"
- "package=all&extendprototypes=true&nojshint=true"
- "package=all&extendprototypes=true&jquery=git&nojshint=true"
- "package=all&extendprototypes=true&jquery=git2&nojshint=true"
- "package=all&skipPackage=container&dist=build&nojshint=true" # container isn't publicly available in the built version
- "skipPackage=container,ember-testing&dist=min&prod=true" # container isn't public, and ember-testing is stripped from prod/min
- "skipPackage=container,ember-testing&dist=prod&prod=true" # container isn't public, and ember-testing is stripped from prod/min
testing_packages:
- container
- ember-metal
- ember-runtime
- ember-views
- ember-handlebars
- ember-handlebars-compiler
- ember-routing
- ember-application
- ember
- ember-extension-support
- ember-testing
testing_additional_requires:
- ember-debug
- rsvp
testing_ember: true