From 9ce79a4fb7f70b8af94fdd9dbb23783b85ad79a9 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Tue, 28 Jun 2016 12:21:11 +0700 Subject: [PATCH] Bootstrap as a `npm` module instead of a submodule --- .gitmodules | 4 ---- game/begin.coffee | 2 -- html/index.html | 11 +++++------ package.json | 3 ++- sass/_mixins.scss | 9 +++++---- sass/bootstrap | 1 - sass/main.scss | 33 +++++++++++++++------------------ 7 files changed, 27 insertions(+), 36 deletions(-) delete mode 100644 .gitmodules delete mode 160000 sass/bootstrap diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 0648662..0000000 --- a/.gitmodules +++ /dev/null @@ -1,4 +0,0 @@ -[submodule "sass/bootstrap"] - path = sass/bootstrap - url = https://github.com/twbs/bootstrap.git - branch = v4-dev diff --git a/game/begin.coffee b/game/begin.coffee index e2067a0..861df9a 100644 --- a/game/begin.coffee +++ b/game/begin.coffee @@ -24,8 +24,6 @@ textlink = (content, ref) -> return "#{content}" actlink = (content, ref) -> return "#{content}" -textcycle = (content, ref) -> - return "#{content}" # The first room of the game. # For accessibility reasons the text is provided in HTML, not here. diff --git a/html/index.html b/html/index.html index 7bcd9b3..5d9c566 100644 --- a/html/index.html +++ b/html/index.html @@ -60,12 +60,11 @@