coffeeify-cached
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "coffeeify-cached", | ||
"version": "2.1.0", | ||
"description": "browserify plugin for coffee-script with support for mixed .js and .coffee files", | ||
"version": "2.1.1", | ||
"description": "browserify plugin for coffee-script with support for mixed .js and .coffee files (with compile cache)", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -5,2 +5,5 @@ # coffeeify [![Build Status](https://travis-ci.org/jnordberg/coffeeify.svg?branch=master)](https://travis-ci.org/jnordberg/coffeeify) | ||
## Difference | ||
The difference between this package and the original [coffeeify](http://ghub.io/coffeeify) is that this module caches coffeescript compilations according to the files' hashes and stores them to disk so that next time a file with the same hash will be processed re-compilation won't be needed. | ||
## Example | ||
@@ -7,0 +10,0 @@ |
14515
108