diff --git a/game/begin.coffee b/game/begin.coffee index b3b6dd3..6e60d9e 100644 --- a/game/begin.coffee +++ b/game/begin.coffee @@ -1,4 +1,3 @@ -markdown = require('../../lib/markdown.coffee') room = require("../../lib/room.coffee") obj = require('../../lib/obj.coffee') dialogue = require('../../lib/dialogue.coffee') @@ -27,10 +26,6 @@ actlink = (content, ref) -> textcycle = (content, ref) -> return "#{content}" -# TODO: hide this somewhere in exports or autoreplacer shortcuts -cyclelink = (content) -> - return "#{content}" - # The first room of the game. # For accessibility reasons the text is provided in HTML, not here. room "start", salet, diff --git a/package.json b/package.json index f1ee3df..bf108f6 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "browserify": "^9.0.8", "browserify-shim": "^3.8.8", "coffeeify": "^1.0.0", + "coffee-script": "^1.10.0", "gulp": "^3.8.11", "gulp-uglify": "^1.2.0", "gulp-coffee": "^2.3.1",