Skip to content

Commit

Permalink
Merge pull request #30020 from nextcloud/feat/webpack-vendors-bundles
Browse files Browse the repository at this point in the history
Feat/webpack vendors bundles
  • Loading branch information
CarlSchwan authored Jan 10, 2022
2 parents f71475d + 79f14e8 commit 91c7efa
Show file tree
Hide file tree
Showing 425 changed files with 31,683 additions and 54,143 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
globals: {
__webpack_nonce__: true,
__webpack_public_path__: true,
_: true,
$: true,
moment: true,
Expand All @@ -16,5 +15,9 @@ module.exports = {
// TODO: make sure we fix this as this is bad vue coding style.
// Use proper sync modifier
'vue/no-mutating-props': 'warn',
'vue/custom-event-name-casing': ['error', 'kebab-case', {
// allows custom xxxx:xxx events formats
ignores: ['/^[a-z]+(?:-[a-z]+)*:[a-z]+(?:-[a-z]+)*$/u'],
}],
},
}
36 changes: 2 additions & 34 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
30 changes: 0 additions & 30 deletions apps/accessibility/js/accessibility.js

This file was deleted.

1 change: 0 additions & 1 deletion apps/accessibility/js/accessibility.js.map

This file was deleted.

25 changes: 0 additions & 25 deletions apps/accessibility/js/accessibilityoca.js

This file was deleted.

1 change: 0 additions & 1 deletion apps/accessibility/js/accessibilityoca.js.map

This file was deleted.

552 changes: 0 additions & 552 deletions apps/comments/js/comments-app.js

This file was deleted.

1 change: 0 additions & 1 deletion apps/comments/js/comments-app.js.map

This file was deleted.

24 changes: 0 additions & 24 deletions apps/comments/js/comments-tab.js

This file was deleted.

Loading

0 comments on commit 91c7efa

Please sign in to comment.