summaryrefslogtreecommitdiffstats
path: root/web/labitrackd.lua
diff options
context:
space:
mode:
authorAsbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>2012-07-10 19:51:16 +0000
committerAsbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>2012-07-10 19:51:16 +0000
commitcf7ed2625456a5e619f68408f8ebfe78f443a672 (patch)
treeae6787275ea9b9b8bd29e320c55bb3dbcbb62d30 /web/labitrackd.lua
parent5e54ba7aa27b95d1e0568693915e735ab8058ff7 (diff)
downloadlabitrack-cf7ed2625456a5e619f68408f8ebfe78f443a672.tar.gz
labitrack-cf7ed2625456a5e619f68408f8ebfe78f443a672.tar.xz
labitrack-cf7ed2625456a5e619f68408f8ebfe78f443a672.zip
upgrade to bootstrap 2
Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>
Diffstat (limited to 'web/labitrackd.lua')
-rwxr-xr-xweb/labitrackd.lua8
1 files changed, 7 insertions, 1 deletions
diff --git a/web/labitrackd.lua b/web/labitrackd.lua
index c7afdfd..6a14782 100755
--- a/web/labitrackd.lua
+++ b/web/labitrackd.lua
@@ -181,7 +181,13 @@ GET('/js/labitrack.min.js', sendfile_js('js/dist/labitrack.min.js'))
GET('/js/labitrack.src.js', sendfile_js('js/dist/labitrack.src.js'))
GET('/js/templates.js', sendfile_js('templates/dist/labitrack.min.js'))
-GET('/css/bootstrap.1.4.0.min.css', sendfile_css('pub/css/bootstrap.1.4.0.min.css'))
+GET('/bootstrap/css/bootstrap.css', sendfile_css('pub/bootstrap/css/bootstrap.css'))
+GET('/bootstrap/css/bootstrap.min.css', sendfile_css('pub/bootstrap/css/bootstrap.min.css'))
+GET('/bootstrap/css/bootstrap-responsive.css', sendfile_css('pub/bootstrap/css/bootstrap-responsive.css'))
+GET('/bootstrap/css/bootstrap-responsive.min.css', sendfile_css('pub/bootstrap/css/bootstrap-responsive.min.css'))
+GET('/bootstrap/img/glyphicons-halflings-white.png', sendfile_css('pub/bootstrap/img/glyphicons-halflings-white.png'))
+GET('/bootstrap/img/glyphicons-halflings.png', sendfile_css('pub/bootstrap/img/glyphicons-halflings.png'))
+
GET('/css/labitrack.css', sendfile_css('css/dist/labitrack.min.css'))
GET('/favicon.ico', sendfile('image/x-icon', 'pub/favicon.ico'))