https://github.com/davyjoneslocker/ember-cli-one-script
This addon combines your `vendor.js` and `<your-app-name>.js` into a single file called `app.js`
https://github.com/davyjoneslocker/ember-cli-one-script
Last synced: 11 months ago
JSON representation
This addon combines your `vendor.js` and `<your-app-name>.js` into a single file called `app.js`
- Host: GitHub
- URL: https://github.com/davyjoneslocker/ember-cli-one-script
- Owner: DavyJonesLocker
- License: mit
- Created: 2017-02-14T10:48:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T18:28:53.000Z (over 8 years ago)
- Last Synced: 2025-06-22T17:11:26.926Z (12 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 14
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-cli-one-script
**[ember-cli-one-script is built and maintained by DockYard, contact us for expert Ember.js consulting](https://dockyard.com/ember-consulting)**.
## Installation
`ember install ember-cli-one-script`
## Usage
This addon combines your `vendor.js` and `.js` into a single
file called `app.js`.
You also need to update your `app/index.html`:
```html
```
## Want to help?
Please do! We are always looking to improve this library. Please see our
[Contribution Guidelines](https://github.com/dockyard/ember-cli-one-script/blob/master/CONTRIBUTING.md)
on how to properly submit issues and pull requests.
## Legal
[DockYard](http://dockyard.com/), Inc. © 2016
[@dockyard](http://twitter.com/dockyard)
[Licensed under the MIT license](http://www.opensource.org/licenses/mit-license.php)