summaryrefslogtreecommitdiff
path: root/web-ui
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-03-24 19:00:32 -0400
committerKali Kaneko <kali@futeisha.org>2017-07-24 14:38:11 -0400
commit8b7cb47f79125680544abba7e5d6a8db862350ab (patch)
tree4fa5abb688494e220edea86d7b6a69f4dff3c8b0 /web-ui
parent414346683eb57fa13b6b04308ccf033024021f39 (diff)
[feature] allow to pass a static_folder to RootResource
in this way, I can pass the pixelated_www.__path__ directly.
Diffstat (limited to 'web-ui')
-rw-r--r--web-ui/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/setup.py b/web-ui/setup.py
index 04c59be2..c6f99e74 100644
--- a/web-ui/setup.py
+++ b/web-ui/setup.py
@@ -39,6 +39,7 @@ setup(name='pixelated-www',
'sandbox.min.js',
'bower_components/jquery-file-upload/css/*',
'bower_components/font-awesome/css/*',
+ 'bower_components/font-awesome/fonts/*',
'css/*',
'fonts/*',
'locales/en-us/*',