UNPKG

227 BMarkdownView Raw
1# ember-cli-preprocessor-registry
2
3Used internally by Ember CLI to provide a registry of preprocessors. The main types
4used throughout the system are `css`, `template`, `js`.
5
6## Running Tests
7
8```bash
9npm install
10npm test
11```