summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-03-04 14:22:13 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-07 23:23:59 +0100
commit521e367cfa603c2cf8f88e2f41b27e40f44de0cd (patch)
treefa409f1721f7784ad5f068b7547623156cd3ce94 /Makefile
parentd26c55eafc59df64d7f40d98448412058082f7cb (diff)
Group field is now a select2 field
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index de92f287..1e73753e 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,10 @@ appstore_package: clean
$(project_dir)/js/vendor/angular-uuid4/angular-uuid4.js \
$(project_dir)/js/vendor/vcard/src/vcard.js \
$(project_dir)/js/vendor/angular-bootstrap/ui-bootstrap.min.js \
- $(project_dir)/js/vendor/angular-bootstrap/ui-bootstrap-tpls.min.js
+ $(project_dir)/js/vendor/angular-bootstrap/ui-bootstrap-tpls.min.js \
+ $(project_dir)/js/vendor/angular-sanitize/angular-sanitize.js \
+ $(project_dir)/js/vendor/ui-select/dist/select.js
+
+