Skip to content

Commit 8689ddf

Browse files
committed
pin to working version of coffee-script compiler
1 parent db8d53d commit 8689ddf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

coffee-script.js

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@
7575
<canvas id="canvas" width="640" height="480"></canvas>
7676

7777
<script type="text/coffeescript" src="shaky.coffee"></script>
78-
<script src="http://coffeescript.org/extras/coffee-script.js"></script>
78+
<script src="coffee-script.js"></script>
7979
</body>
8080
</html>

0 commit comments

Comments
 (0)