UNPKG

579 BMarkdownView Raw
1# Broccoli Caching Writer
2
3[![Build Status](https://travis-ci.org/rjackson/broccoli-caching-writer.svg?branch=master)](https://travis-ci.org/rjackson/broccoli-caching-writer)
4
5Adds a thin caching layer based on the computed hash of the input tree. If the input tree has changed,
6the `updateCache` method will be called, otherwise (input is the same) the results of the last `updateCache`
7call will be used instead.
8
9## ZOMG!!! TESTS?!?!!?
10
11I know, right?
12
13Running the tests:
14
15```javascript
16npm install
17npm test
18```
19
20## License
21
22This project is distributed under the MIT license.