From 80f6e7d059c32faa86cf09410593c532655c758c 2014-03-26 05:20:18
From: cgohlke <cgohlke@uci.edu>
Date: 2014-03-26 05:20:18
Subject: [PATCH] Install jquery-ui theme images
---

diff --git a/setupbase.py b/setupbase.py
index d48806d..21a2857 100644
--- a/setupbase.py
+++ b/setupbase.py
@@ -161,7 +161,7 @@ def find_package_data():
         pjoin(components, "jquery", "jquery.min.js"),
         pjoin(components, "jquery-ui", "ui", "minified", "jquery-ui.min.js"),
         pjoin(components, "jquery-ui", "themes", "smoothness", "jquery-ui.min.css"),
-        pjoin(components, "jquery-ui", "themes", "smoothness", "images", "ui-bg_glass_75_e6e6e6_1x400.png"),
+        pjoin(components, "jquery-ui", "themes", "smoothness", "images", "*"),
         pjoin(components, "marked", "lib", "marked.js"),
         pjoin(components, "requirejs", "require.js"),
         pjoin(components, "underscore", "underscore-min.js"),