summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-02-14 16:53:02 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-02-18 19:12:50 +0100
commit5b8d161d74f49c41c1a1aec0aec0e36ab0d9089c (patch)
tree8a469765dc839f6ad69b57731135dff12bf6c34c /Makefile
parent1f19605a65fe8a1833ba3a22f40143cd9968b206 (diff)
Share into popover and copy to clipboard
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 eeb7d9f4..c55779f5 100644
--- a/Makefile
+++ b/Makefile
@@ -149,7 +149,8 @@ appstore:
$(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/angular-click-outside/clickoutside.directive.js
+ $(project_directory)/js/vendor/angular-click-outside/clickoutside.directive.js \
+ $(project_directory)/js/vendor/ngclipboard/dist/ngclipboard.min.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