coffee-cash

0.9.0 • Public • Published

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')

Readme

Keywords

none

Package Sidebar

Install

npm i coffee-cash

Weekly Downloads

11

Version

0.9.0

License

none

Last publish

Collaborators

  • atom-team
  • kevinsawicki
  • maxbrunsfeld
  • zcbenz
  • nathansobo