From 13bc4d58ecd4bc9f2efcaacf9e008ca8f533fdf7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 23 May 2014 09:46:11 -0700 Subject: [PATCH] web: update static files in cabal file --- hledger-web/hledger-web.cabal | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index bda1e9e60..b37aabf9f 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -24,24 +24,33 @@ extra-tmp-files: extra-source-files: messages/en.msg config/routes + static/css/bootstrap-theme.css + static/css/bootstrap-theme.css.map + static/css/bootstrap-theme.min.css static/css/bootstrap.css - static/select2.css - static/select2.js - static/select2.min.js - static/select2-spinner.gif - static/select2.png + static/css/bootstrap.css.map + static/css/bootstrap.min.css + static/fonts/glyphicons-halflings-regular.eot + static/fonts/glyphicons-halflings-regular.svg + static/fonts/glyphicons-halflings-regular.ttf + static/fonts/glyphicons-halflings-regular.woff + static/js/bootstrap.js + static/js/bootstrap.min.js + static/js/jquery.min.js static/excanvas.js static/excanvas.min.js static/favicon.ico + static/hledger.css static/hledger.js - static/img/glyphicons-halflings-white.png - static/img/glyphicons-halflings.png static/jquery.flot.js static/jquery.flot.min.js static/jquery.js - static/jquery.min.js static/jquery.url.js - static/style.css + static/select2-spinner.gif + static/select2.css + static/select2.js + static/select2.min.js + static/select2.png templates/default-layout.hamlet templates/default-layout-wrapper.hamlet templates/homepage.hamlet