diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-01 19:11:22 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-04 09:53:44 +0200 |
commit | d281f2625d0896f9231d0987f7a752c01e73e6b6 (patch) | |
tree | 77c0370729d745f2d6eadca4150c5243ecebcf8c /tests | |
parent | 187953153a76e67d4ffa7b3f5af4169665b5d653 (diff) | |
download | nextcloud-server-d281f2625d0896f9231d0987f7a752c01e73e6b6.tar.gz nextcloud-server-d281f2625d0896f9231d0987f7a752c01e73e6b6.zip |
Move Comments to compiled handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/karma.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js index 0fd9b7b8019..93b7b4113f2 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -87,6 +87,7 @@ module.exports = function(config) { srcFiles: [ // need to enforce loading order... 'apps/comments/js/app.js', + 'apps/comments/js/templates.js', 'apps/comments/js/vendor/Caret.js/dist/jquery.caret.min.js', 'apps/comments/js/vendor/At.js/dist/js/jquery.atwho.min.js', 'apps/comments/js/commentmodel.js', |