From 95f12eb6208fc51747b2860ae91670eaf8df5972 Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 9 Oct 2015 14:23:37 +0200 Subject: [PATCH] include typeahead with installation --- setupbase.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setupbase.py b/setupbase.py index 091139bfa..0170865b8 100644 --- a/setupbase.py +++ b/setupbase.py @@ -127,6 +127,8 @@ def find_package_data(): pjoin(components, "font-awesome", "fonts", "*.*"), pjoin(components, "google-caja", "html-css-sanitizer-minified.js"), pjoin(components, "jquery", "jquery.min.js"), + pjoin(components, "jquery-typeahead", "dist", "jquery.typeahead.min.js"), + pjoin(components, "jquery-typeahead", "dist", "jquery.typeahead.min.css"), 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", "*"),