From 8b7cb47f79125680544abba7e5d6a8db862350ab Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 24 Mar 2016 19:00:32 -0400 Subject: [feature] allow to pass a static_folder to RootResource in this way, I can pass the pixelated_www.__path__ directly. --- web-ui/setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'web-ui/setup.py') 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/*', -- cgit v1.2.3