Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thlorenz/caching-coffeeify
A coffeeify version that caches previously compiled coffee-script to optimize the coffee-script compilation step.
https://github.com/thlorenz/caching-coffeeify
Last synced: 15 days ago
JSON representation
A coffeeify version that caches previously compiled coffee-script to optimize the coffee-script compilation step.
- Host: GitHub
- URL: https://github.com/thlorenz/caching-coffeeify
- Owner: thlorenz
- License: mit
- Created: 2013-03-20T00:59:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-21T16:43:48.000Z (over 9 years ago)
- Last Synced: 2024-10-17T23:54:20.274Z (20 days ago)
- Language: JavaScript
- Homepage:
- Size: 227 KB
- Stars: 13
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# caching-coffeeify [![build status](https://secure.travis-ci.org/thlorenz/caching-coffeeify.png)](http://travis-ci.org/thlorenz/caching-coffeeify)
A [coffeeify](https://github.com/substack/coffeeify) version that caches previously compiled coffee-script to optimize the coffee-script compilation step.
## Installation
npm install caching-coffeeify
## API
The API is exactly the same as original coffeeify, so pleas refer to its [documentation](https://github.com/substack/coffeeify/blob/master/readme.markdown)
## Note
The caching only adds benefit if you are compiling and building the bundle on the fly on a running server. If you are
using coffeeify as part of the build script or from the command line, caching doesn't add any benefit and you should use
the [orginal coffeeify](https://github.com/substack/coffeeify) instead.