Skip to content

A coffeeify version that caches previously compiled coffee-script to optimize the coffee-script compilation step.

License

Notifications You must be signed in to change notification settings

thlorenz/caching-coffeeify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

caching-coffeeify build status

A 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

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 instead.

About

A coffeeify version that caches previously compiled coffee-script to optimize the coffee-script compilation step.

Resources

License

Stars

Watchers

Forks

Packages

No packages published