summaryrefslogtreecommitdiffstats
path: root/core/vendor/.gitignore
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-12-10 22:15:35 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2018-12-10 22:15:35 +0100
commit91ba494caff86fa83693ce574a2b09d9b4ca28b3 (patch)
treef5c10306b67d2865a68f74c4cd4d054ede23fd2e /core/vendor/.gitignore
parent12bd0f691aa70d6eb45af5a6ffe0aa951f917a85 (diff)
downloadnextcloud-server-91ba494caff86fa83693ce574a2b09d9b4ca28b3.tar.gz
nextcloud-server-91ba494caff86fa83693ce574a2b09d9b4ca28b3.zip
Move to handlebars.runtime.min
Since we do no longer allow to compile handlebars online because of the CSP anyway. it makes sense to also move away from the full handlebars suite 71kb vs 14kb Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/vendor/.gitignore')
-rw-r--r--core/vendor/.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/vendor/.gitignore b/core/vendor/.gitignore
index 0524e9c6077..1fbc5a2d6dc 100644
--- a/core/vendor/.gitignore
+++ b/core/vendor/.gitignore
@@ -59,7 +59,7 @@ jsTimezoneDetect/jstz.min.js
# handlebars
handlebars/**
!handlebars/.bower.json
-!handlebars/handlebars.min.js
+!handlebars/handlebars.runtime.min.js
# select2
select2/**
@@ -148,4 +148,4 @@ css-vars-ponyfill/**
!css-vars-ponyfill/dist
!css-vars-ponyfill/dist/css-vars-ponyfill.min.js
!css-vars-ponyfill/dist/css-vars-ponyfill.min.js.map
-!css-vars-ponyfill/LICENSE \ No newline at end of file
+!css-vars-ponyfill/LICENSE