Skip to content

Commit 2375f4f

Browse files
author
Jen Weber
authored
Merge pull request #25 from Gaurav0/suggest_topics_for_configurations
Suggest Topics for Configurations
2 parents 1e628e7 + 155ab4a commit 2375f4f

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

guides/basic-use/configurations.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,55 @@
11
<!-- 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) -->

0 commit comments

Comments
 (0)