fixup! Move files_drop to compiled handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
bee5bbbf0e
commit
6c532576ee
|
@ -56,7 +56,8 @@ module.exports = function(config) {
|
||||||
'apps/files_sharing/js/sharebreadcrumbview.js',
|
'apps/files_sharing/js/sharebreadcrumbview.js',
|
||||||
'apps/files_sharing/js/public.js',
|
'apps/files_sharing/js/public.js',
|
||||||
'apps/files_sharing/js/sharetabview.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']
|
testFiles: ['apps/files_sharing/tests/js/*.js']
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue