https://github.com/ember-cli/ember-cli-babili
https://github.com/ember-cli/ember-cli-babili
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ember-cli/ember-cli-babili
- Owner: ember-cli
- License: bsd-2-clause
- Created: 2017-04-19T15:05:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T16:21:49.000Z (over 8 years ago)
- Last Synced: 2025-05-28T08:20:55.276Z (8 months ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 4
- Watchers: 17
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ember-cli-babili
Minify javascript using babili in Ember-CLI
## Install
```sh
npm uninstall --save-dev ember-cli-uglify && \
npm install --save-dev ember-cli-babili
```
## Configuration
You can pass options to babili in `ember-cli-build.js` under the `minifyJS` key
```js
minifyJS: {
babiliOptions: {
// Pass options here
}
}
```
## License
This project is licensed under the [BSD 2-Clause License](LICENSE).