summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <BernhardPosselt@users.noreply.github.com>2016-04-01 13:50:49 +0200
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2016-04-01 13:50:49 +0200
commit55eca3cdc2b49fd4f6e9f36c8b01b5f9b0b7d17f (patch)
tree12b31069ce82d93235fff3ffa2557b0a8a3e96e9
parent8f7af66acc9e70d01462b48b6a10e746c60f4460 (diff)
parente3b328b536a126ca6299c7d2f5be92075f9741f3 (diff)
Merge pull request #959 from twouters/twouters-fix-admin
Add missing Admin.js to Makefile
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 850975351..f1d478f95 100644
--- a/Makefile
+++ b/Makefile
@@ -156,6 +156,7 @@ appstore:
$(project_directory)"/js/vendor/momentjs/min/moment-with-locales.min.js" \
$(project_directory)"/js/vendor/masonry/dist/masonry.pkgd.min.js" \
$(project_directory)"/js/build/app.min.js" \
+ $(project_directory)"/js/admin/Admin.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