diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-04-12 22:22:38 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-04-12 22:22:38 +0200 |
commit | 3eb6f88019913c11f548275074264f8a4675fff8 (patch) | |
tree | 0966e27cc484fdddf60c2e3709ed2d1af1b086ef /core/vendor/.gitignore | |
parent | b3b24172e48d11e1247db84bfec5b6650883a7a4 (diff) | |
download | nextcloud-server-3eb6f88019913c11f548275074264f8a4675fff8.tar.gz nextcloud-server-3eb6f88019913c11f548275074264f8a4675fff8.zip |
Move to handlebars.min.js
core.js is now below 1mb!
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/vendor/.gitignore')
-rw-r--r-- | core/vendor/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vendor/.gitignore b/core/vendor/.gitignore index 958b6820b2f..2c04d2e3177 100644 --- a/core/vendor/.gitignore +++ b/core/vendor/.gitignore @@ -91,7 +91,7 @@ jsTimezoneDetect/jstz.min.js # handlebars handlebars/** !handlebars/.bower.json -!handlebars/handlebars.js +!handlebars/handlebars.min.js # select2 select2/** |