UNPKG

843 BMarkdownView Raw
1# caching-coffeeify [![build status](https://secure.travis-ci.org/thlorenz/caching-coffeeify.png)](http://travis-ci.org/thlorenz/caching-coffeeify)
2
3A [coffeeify](https://github.com/substack/coffeeify) version that caches previously compiled coffee-script to optimize the coffee-script compilation step.
4
5
6## Installation
7
8 npm install caching-coffeeify
9
10## API
11
12The API is exactly the same as original coffeeify, so pleas refer to its [documentation](https://github.com/substack/coffeeify/blob/master/readme.markdown)
13
14## Note
15
16The caching only adds benefit if you are compiling and building the bundle on the fly on a running server. If you are
17using coffeeify as part of the build script or from the command line, caching doesn't add any benefit and you should use
18the [orginal coffeeify](https://github.com/substack/coffeeify) instead.