summaryrefslogtreecommitdiffstats
path: root/settings/Makefile
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-12 10:23:00 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-12 10:26:53 +0200
commit62667914a0fb679f2a300934867ca24fbe6d44b6 (patch)
treed5131af12a0cac40054619667a32e6c25fd52bfd /settings/Makefile
parentcc78e17d5f50d734c3db71ff13589bd7ff4376bc (diff)
downloadnextcloud-server-62667914a0fb679f2a300934867ca24fbe6d44b6.tar.gz
nextcloud-server-62667914a0fb679f2a300934867ca24fbe6d44b6.zip
Copyright fix, changed vue settings output name and fixes template name
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/Makefile')
-rw-r--r--settings/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/Makefile b/settings/Makefile
index 98e1f89b384..1d0fc9bc72f 100644
--- a/settings/Makefile
+++ b/settings/Makefile
@@ -18,8 +18,8 @@ watch-js:
npm run watch
clean:
- rm -f js/main.js
- rm -f js/main.js.map
+ rm -f js/settings-vue.js
+ rm -f js/settings-vue.js.map
clean-dev:
rm -rf node_modules