Skip to content
Duncan Walker edited this page May 17, 2015 · 3 revisions

Here you will find documentation for Ember CLI Concat (ember-cli-concat), a customizable Ember addon to concatinate your app and vendor files into one JS file and one CSS file in production environments. In other words, less HTTP requests! You can view the repo here.

Documentation

  1. Installation
  2. Usage
  3. Options

Issues

If you have any issues or feature requests, please open an issue or submit a PR.

Development

The test suite, which runs at the Broccoli level using Mocha and Chai, can be ran as follows:

npm test
Clone this wiki locally