fixup! Move files_drop to compiled handlebars

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/11839/head
Roeland Jago Douma 6 years ago
parent bee5bbbf0e
commit 6c532576ee
No known key found for this signature in database
GPG Key ID: F941078878347C0C

@ -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