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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-12-02 20:57:11 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-01-08 12:14:50 +0300
commit87d0904b6f6209a553efd5d405c917012a91e259 (patch)
tree8f5d1c53a68cd192fa3b318c63eba0b9108b40a0 /Makefile
parent74b980310852a0b406fa9d073870f92c409d5444 (diff)
Split common vendor chunk
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile36
1 files changed, 2 insertions, 34 deletions
diff --git a/Makefile b/Makefile
index 581de8eeba3..e178d84b8c9 100644
--- a/Makefile
+++ b/Makefile
@@ -28,39 +28,7 @@ lint-fix-watch:
# Cleaning
clean:
- rm -rf apps/accessibility/js/
- rm -rf apps/comments/js/
- rm -rf apps/dashboard/js/
- rm -rf apps/dav/js/
- rm -rf apps/files/js/dist/
- rm -rf apps/files_sharing/js/dist/
- rm -rf apps/files_trashbin/js/
- rm -rf apps/files_versions/js/
- rm -rf apps/oauth2/js/
- rm -rf apps/settings/js/vue-*
- rm -rf apps/systemtags/js/systemtags.*
- rm -rf apps/twofactor_backupcodes/js
- rm -rf apps/updatenotification/js/updatenotification.*
- rm -rf apps/user_status/js/
- rm -rf apps/weather_status/js/
- rm -rf apps/workflowengine/js/
- rm -rf core/js/dist
+ rm -rf dist
clean-git: clean
- git checkout -- apps/accessibility/js/
- git checkout -- apps/comments/js/
- git checkout -- apps/dashboard/js/
- git checkout -- apps/dav/js/
- git checkout -- apps/files/js/dist/
- git checkout -- apps/files_sharing/js/dist/
- git checkout -- apps/files_trashbin/js/
- git checkout -- apps/files_versions/js/
- git checkout -- apps/oauth2/js/
- git checkout -- apps/settings/js/vue-*
- git checkout -- apps/systemtags/js/systemtags.*
- git checkout -- apps/twofactor_backupcodes/js
- git checkout -- apps/updatenotification/js/updatenotification.*
- git checkout -- apps/user_status/js/
- git checkout -- apps/weather_status/js/
- git checkout -- apps/workflowengine/js/
- git checkout -- core/js/dist
+ git checkout -- dist