Skip to content

Suggest Topics for Configurations #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions guides/basic-use/configurations.md
Original file line number Diff line number Diff line change
@@ -1 +1,55 @@
<!-- The bare minimum explanation of what to do with ember-cli-build.js -->

<!--
For reference, see https://github.com/ember-cli/ember-cli/blob/master/lib/broccoli/ember-app.js#L46-L75 for default configuration
For reference, see https://github.com/ember-cli/ember-cli/blob/master/lib/broccoli/ember-app.js#L85 for current documented list of options
-->

## Intro to ember-cli-build.js

## Options

### storeConfigInMeta

### autoRun

### outputPaths

### minifyCSS

### minifyJS

### sourcemaps

### tests
<!-- Currently undocumented -->

### hinting
<!-- Currently undocumented -->

### project
<!-- Currently undocumented -->

### configPath
<!-- Currently undocumented -->

### trees
<!-- trees may be advanced -->

### package
<!-- Definitely advanced, just put a link here -->

<!-- jshintrc (legacy option) -->

### vendorFiles

### addons

<!-- end of options -->

## app.import()
<!-- Link to Importing Assets (or whatever we call basic section of managing dependencies) -->

## Additional broccoli trees
<!-- Link to Oli Griffith's broccoli tutorial -->
<!-- return app.toTree(...additionalTrees) -->