We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d636c3 commit 4252336Copy full SHA for 4252336
setupbase.py
@@ -142,9 +142,9 @@ def find_package_data():
142
pjoin(components, "jquery", "jquery.min.js"),
143
pjoin(components, "jquery-typeahead", "dist", "jquery.typeahead.min.js"),
144
pjoin(components, "jquery-typeahead", "dist", "jquery.typeahead.min.css"),
145
- pjoin(components, "jquery-ui", "jquery-ui.min.js"),
146
- pjoin(components, "jquery-ui", "themes", "smoothness", "jquery-ui.min.css"),
147
- pjoin(components, "jquery-ui", "themes", "smoothness", "images", "*"),
+ pjoin(components, "jquery-ui", "dist", "jquery-ui.min.js"),
+ pjoin(components, "jquery-ui", "dist", "themes", "smoothness", "jquery-ui.min.css"),
+ pjoin(components, "jquery-ui", "dist", "themes", "smoothness", "images", "*"),
148
pjoin(components, "marked", "lib", "marked.js"),
149
pjoin(components, "react", "react.production.min.js"),
150
pjoin(components, "react", "react-dom.production.min.js"),
0 commit comments