Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

pulsar-edit/coffee-cash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Repo is archived under Pulsar-Edit since it is not used.

Coffee Cash Build Status

Simple CoffeeScript caching based on a SHA-1 of the contents.

Installing

npm install coffee-cash

Usage

CoffeeCache = require 'coffee-cash'
CoffeeCache.setCacheDirectory('/tmp/cache/coffee')
CoffeeCache.register()

# CoffeeScript is now registered so you can require .coffee files
# and they will be automatically use cached JavaScript when available
require('./foo.coffee')

About

🔒 CoffeeScript caching

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%