Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wouters <twouters@users.noreply.github.com>2016-04-01 14:44:42 +0300
committerThomas Wouters <twouters@users.noreply.github.com>2016-04-01 14:44:42 +0300
commite3b328b536a126ca6299c7d2f5be92075f9741f3 (patch)
tree12b31069ce82d93235fff3ffa2557b0a8a3e96e9 /Makefile
parent8f7af66acc9e70d01462b48b6a10e746c60f4460 (diff)
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.
Diffstat (limited 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