Browse Source

fixup! Move files_drop to compiled handlebars

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v15.0.0beta1
Roeland Jago Douma 5 years ago
parent
commit
6c532576ee
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      tests/karma.config.js

+ 2
- 1
tests/karma.config.js View File

@@ -56,7 +56,8 @@ module.exports = function(config) {
'apps/files_sharing/js/sharebreadcrumbview.js',
'apps/files_sharing/js/public.js',
'apps/files_sharing/js/sharetabview.js',
'apps/files_sharing/js/files_drop.js'
'apps/files_sharing/js/files_drop.js',
'apps/files_sharing/js/templates.js',
],
testFiles: ['apps/files_sharing/tests/js/*.js']
},

Loading…
Cancel
Save