File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change 1
1
<!-- The bare minimum explanation of what to do with ember-cli-build.js -->
2
+
3
+ <!--
4
+ For reference, see https://github.com/ember-cli/ember-cli/blob/master/lib/broccoli/ember-app.js#L46-L75 for default configuration
5
+ For reference, see https://github.com/ember-cli/ember-cli/blob/master/lib/broccoli/ember-app.js#L85 for current documented list of options
6
+ -->
7
+
8
+ ## Intro to ember-cli-build.js
9
+
10
+ ## Options
11
+
12
+ ### storeConfigInMeta
13
+
14
+ ### autoRun
15
+
16
+ ### outputPaths
17
+
18
+ ### minifyCSS
19
+
20
+ ### minifyJS
21
+
22
+ ### sourcemaps
23
+
24
+ ### tests
25
+ <!-- Currently undocumented -->
26
+
27
+ ### hinting
28
+ <!-- Currently undocumented -->
29
+
30
+ ### project
31
+ <!-- Currently undocumented -->
32
+
33
+ ### configPath
34
+ <!-- Currently undocumented -->
35
+
36
+ ### trees
37
+ <!-- trees may be advanced -->
38
+
39
+ ### package
40
+ <!-- Definitely advanced, just put a link here -->
41
+
42
+ <!-- jshintrc (legacy option) -->
43
+
44
+ ### vendorFiles
45
+
46
+ ### addons
47
+
48
+ <!-- end of options -->
49
+
50
+ ## app.import()
51
+ <!-- Link to Importing Assets (or whatever we call basic section of managing dependencies) -->
52
+
53
+ ## Additional broccoli trees
54
+ <!-- Link to Oli Griffith's broccoli tutorial -->
55
+ <!-- return app.toTree(...additionalTrees) -->
You can’t perform that action at this time.
0 commit comments