mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
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>
This commit is contained in:
parent
12bd0f691a
commit
91ba494caf
5 changed files with 31 additions and 35 deletions
|
|
@ -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",
|
||||
|
|
|
|||
4
core/vendor/.gitignore
vendored
4
core/vendor/.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
core/vendor/core.js
vendored
4
core/vendor/core.js
vendored
File diff suppressed because one or more lines are too long
29
core/vendor/handlebars/handlebars.min.js
vendored
29
core/vendor/handlebars/handlebars.min.js
vendored
File diff suppressed because one or more lines are too long
27
core/vendor/handlebars/handlebars.runtime.min.js
vendored
Normal file
27
core/vendor/handlebars/handlebars.runtime.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue