summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/Makefile
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-11 19:41:00 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-13 09:03:12 +0100
commit2e7cbc5e1b5caed31cef9fc39c3dbc838478e03a (patch)
treedd71c3c0619380078ca1289964ba2f95ea737fb5 /apps/oauth2/Makefile
parent329da5fb992f6a3400fd20f34efb1752f05030e5 (diff)
downloadnextcloud-server-2e7cbc5e1b5caed31cef9fc39c3dbc838478e03a.tar.gz
nextcloud-server-2e7cbc5e1b5caed31cef9fc39c3dbc838478e03a.zip
Move oauth2 to global webpack config
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/oauth2/Makefile')
-rw-r--r--apps/oauth2/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/apps/oauth2/Makefile b/apps/oauth2/Makefile
deleted file mode 100644
index 12714c62003..00000000000
--- a/apps/oauth2/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-all: dev-setup build-js-production
-
-dev-setup: clean clean-dev npm-init
-
-npm-init:
- npm install
-
-npm-update:
- npm update
-
-build-js:
- npm run dev
-
-build-js-production:
- npm run build
-
-watch-js:
- npm run watch
-
-clean:
- rm -f js/oauth2.js
- rm -f js/oauth2.js.map
-
-clean-dev:
- rm -rf node_modules