0
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet-module.git synced 2024-06-16 15:10:52 +03:00

Dependency cleaning

Coffee-script is required for the gulpfile.
This commit is contained in:
Alexander Yakovlev 2016-02-01 21:57:29 +07:00
parent 9628801fe1
commit 99b678cfa7
2 changed files with 1 additions and 5 deletions

View file

@ -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 "<a href='./_replacer_#{ref}' class='cycle' id='#{ref}'>#{content}</a>"
# TODO: hide this somewhere in exports or autoreplacer shortcuts
cyclelink = (content) ->
return "<a href='./_replacer_cyclewriter' class='cycle' id='cyclewriter'>#{content}</a>"
# The first room of the game.
# For accessibility reasons the text is provided in HTML, not here.
room "start", salet,

View file

@ -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",