ember-cli
Version:
Command line tool for developing ambitious ember.js apps
25 lines (15 loc) • 697 B
Markdown
# Broccoli Caching Writer
[](https://travis-ci.org/rwjblue/broccoli-caching-writer)
Adds a thin caching layer based on the computed hash of the input tree. If the input tree has changed,
the `updateCache` method will be called, otherwise (input is the same) the results of the last `updateCache`
call will be used instead.
If you would prefer to perform your plugins work in a non-synchronous way, simply return a promise from `updateCache`.
## ZOMG!!! TESTS?!?!!?
I know, right?
Running the tests:
```javascript
npm install
npm test
```
## License
This project is distributed under the MIT license.