From 8644bf3d84616ea219c45f77edc1cdf19ab06d89 Mon Sep 17 00:00:00 2001 From: cgohlke Date: Tue, 25 Mar 2014 22:20:18 -0700 Subject: [PATCH] Install jquery-ui theme images --- setupbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setupbase.py b/setupbase.py index d48806df2..21a285781 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"),