Browse Source

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>
tags/v16.0.0alpha1
Roeland Jago Douma 5 years ago
parent
commit
91ba494caf
No account linked to committer's email address

+ 1
- 1
core/js/core.json View File

@@ -5,7 +5,7 @@
"jquery-ui/jquery-ui.min.js",
"underscore/underscore-min.js",
"moment/min/moment-with-locales.min.js",
"handlebars/handlebars.min.js",
"handlebars/handlebars.runtime.min.js",
"blueimp-md5/js/md5.min.js",
"bootstrap/js/tooltip.js",
"backbone/backbone.js",

+ 2
- 2
core/vendor/.gitignore View File

@@ -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
!css-vars-ponyfill/LICENSE

+ 1
- 3
core/vendor/core.js
File diff suppressed because it is too large
View File


+ 0
- 29
core/vendor/handlebars/handlebars.min.js
File diff suppressed because it is too large
View File


+ 27
- 0
core/vendor/handlebars/handlebars.runtime.min.js
File diff suppressed because it is too large
View File


Loading…
Cancel
Save