ember_build
Build an Ember.js application and output it to a specified directory, with configurable environment, file watching, and suppression options.
Instructions
Builds your app and places it into the output path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | No | Build environment | development |
| output_path | No | Output directory | dist/ |
| watch | No | Watch for changes and rebuild | |
| watcher | No | File watcher to use | |
| suppress_sizes | No | Suppress file size output | |
| cwd | No | Working directory to run the command in |