Merge pull request #31009 from nextcloud/bugfix/noid/fix-missing-profile-js

Compile missing profile JS
This commit is contained in:
Joas Schilling 2022-02-07 08:23:52 +01:00 committed by GitHub
commit 26df2c596b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 1 additions and 0 deletions

BIN
dist/core-common.js vendored

Binary file not shown.

Binary file not shown.

BIN
dist/core-profile.js vendored Normal file

Binary file not shown.

BIN
dist/core-profile.js.LICENSE.txt vendored Normal file

Binary file not shown.

BIN
dist/core-profile.js.map vendored Normal file

Binary file not shown.

View File

@ -38,6 +38,7 @@ module.exports = {
login: path.join(__dirname, 'core/src', 'login.js'),
main: path.join(__dirname, 'core/src', 'main.js'),
maintenance: path.join(__dirname, 'core/src', 'maintenance.js'),
profile: path.join(__dirname, 'core/src', 'profile.js'),
recommendedapps: path.join(__dirname, 'core/src', 'recommendedapps.js'),
'unified-search': path.join(__dirname, 'core/src', 'unified-search.js'),
systemtags: path.resolve(__dirname, 'core/src', 'systemtags/merged-systemtags.js'),