From caa0b27cb018827d83edecfedd381c47ef4857bc Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 11 Jan 2013 14:49:28 +0000 Subject: [PATCH] web: 97: add missing static files to cabal file fixing cabal-dev and hackage builds --- hledger-web/hledger-web.cabal | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index bdfe6e558..01e62ba3a 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -25,16 +25,19 @@ extra-tmp-files: extra-source-files: messages/en.msg config/routes - static/style.css + static/combo_select.gif + static/css/bootstrap.css + static/dhtmlxcombo.js + static/dhtmlxcommon.js + static/excanvas.min.js + static/favicon.ico static/hledger.js + static/img/glyphicons-halflings-white.png + static/img/glyphicons-halflings.png + static/jquery.flot.js static/jquery.js static/jquery.url.js - static/jquery.flot.js - static/dhtmlxcommon.js - static/dhtmlxcombo.js - static/excanvas.min.js - static/combo_select.gif - static/favicon.ico + static/style.css source-repository head type: darcs