summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-01-24 11:55:59 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-02-18 19:11:14 +0100
commit54b4c1c3ced438e9b4673a040e3fc5d9121174c8 (patch)
tree454b75740959d6d8a31906fb4df810a8d8333dcf /Makefile
parentd4a6101c445698e1302cb117e9f6dd8bb63cf8ff (diff)
Fixed build and old debug
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a10db38a..eeb7d9f4 100644
--- a/Makefile
+++ b/Makefile
@@ -148,7 +148,8 @@ appstore:
$(project_directory)/js/vendor/angular-bootstrap/ui-bootstrap-tpls.min.js \
$(project_directory)/js/vendor/angular-sanitize/angular-sanitize.js \
$(project_directory)/js/vendor/ui-select/dist/select.js \
- $(project_directory)/js/vendor/jquery-timepicker/jquery.ui.timepicker.js
+ $(project_directory)/js/vendor/jquery-timepicker/jquery.ui.timepicker.js \
+ $(project_directory)/js/vendor/angular-click-outside/clickoutside.directive.js
# Command for running JS and PHP tests. Works for package.json files in the js/
# and root directory. If phpunit is not installed systemwide, a copy is fetched