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>2018-10-01 21:53:35 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-04 10:53:45 +0300
commitb574d1c81474b0dbc94a32ae18ec3d68a81db51a (patch)
tree4d261a6e119bcdc9835a739cb860a637c0bc854e /tests/karma.config.js
parentb0fd31496b5edb95264c0ea3139692b5969f40e0 (diff)
Move files_versions to compiled handlebars templates
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r--tests/karma.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js
index 93b7b4113f2..83392851163 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -77,6 +77,7 @@ module.exports = function(config) {
srcFiles: [
// need to enforce loading order...
'apps/files_versions/js/versionmodel.js',
+ 'apps/files_versions/js/templates.js',
'apps/files_versions/js/versioncollection.js',
'apps/files_versions/js/versionstabview.js'
],