Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50640 views
1
# Run with
2
# $ node_modules/.bin/coffee example.coffee
3
4
# This file will NOT be compiled to .coffee/, since it was already compiled by
5
# coffee by the time you get here
6
require './lib/coffee-cache'
7
require './example_files/required'
8
9