From e3b328b536a126ca6299c7d2f5be92075f9741f3 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Fri, 1 Apr 2016 13:44:42 +0200 Subject: Add missing Admin.js to Makefile The Admin.js file is required to access admin settings. Accessing the admin settings results in an Internal Server Error if the file doesn't exist. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3