Merge pull request #12988 from nextcloud/js/handlebars-runtime

Move to handlebars.runtime.min
This commit is contained in:
John Molakvoæ 2018-12-11 08:35:53 +01:00 committed by GitHub
commit 0041920917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 31 additions and 35 deletions

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",

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

4
core/vendor/core.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long