# ember-cli-preprocessor-registry

Used internally by Ember CLI to provide a registry of preprocessors. The main types
used throughout the system are `css`, `template`, `js`.

## Running Tests

```bash
npm install
npm test
```
