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:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-05-26 22:56:40 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-05-28 22:05:09 +0300
commit28f8a445e4b7db6dac0f8090d8344d1b3fb7872d (patch)
tree9f008561e6d52d7bdb37b9c11d3fcad0646a4f40 /core/js/core.json
parentb638c6ee09f77e9372fad07899adbb46a6551f7d (diff)
Move the systemtags to core/src
* Move to the handlebar loader from webpack Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'core/js/core.json')
-rw-r--r--core/js/core.json8
1 files changed, 1 insertions, 7 deletions
diff --git a/core/js/core.json b/core/js/core.json
index 80a3032d6ff..f82587e73a5 100644
--- a/core/js/core.json
+++ b/core/js/core.json
@@ -15,12 +15,6 @@
"setupchecks.js",
"../search/js/search.js",
"mimetype.js",
- "mimetypelist.js",
- "systemtags/systemtags.js",
- "systemtags/templates.js",
- "systemtags/systemtagmodel.js",
- "systemtags/systemtagscollection.js",
- "systemtags/systemtagsmappingcollection.js",
- "systemtags/systemtagsinputfield.js"
+ "mimetypelist.js"
]
}