Skip to content

Commit 7423737

Browse files
committed
fixup! Move the systemtags to core/src
1 parent bb91de3 commit 7423737

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

core/js/core.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
"setupchecks.js",
1616
"../search/js/search.js",
1717
"mimetype.js",
18-
"mimetypelist.js",
19-
"systemtags/systemtags.js",
20-
"systemtags/templates.js",
21-
"systemtags/systemtagmodel.js",
22-
"systemtags/systemtagscollection.js",
23-
"systemtags/systemtagsmappingcollection.js",
24-
"systemtags/systemtagsinputfield.js"
18+
"mimetypelist.js"
2519
]
2620
}

tests/karma.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ module.exports = function(config) {
129129
files.push('core/js/dist/main.js');
130130
files.push('core/js/dist/files_fileinfo.js');
131131
files.push('core/js/dist/files_client.js');
132+
files.push('core/js/dist/systemtags.js');
132133
// core mocks
133134
files.push(corePath + 'tests/specHelper.js');
134135

0 commit comments

Comments
 (0)