Merge pull request #4338 from nextcloud/handlebars-min

Move to handlebars.min.js
pull/4340/head
Lukas Reschke 9 years ago committed by GitHub
commit 7ebcc045a2
  1. 2
      core/js/core.json
  2. 2
      core/vendor/.gitignore
  3. 4585
      core/vendor/core.js
  4. 4608
      core/vendor/handlebars/handlebars.js
  5. 29
      core/vendor/handlebars/handlebars.min.js

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

@ -91,7 +91,7 @@ jsTimezoneDetect/jstz.min.js
# handlebars
handlebars/**
!handlebars/.bower.json
!handlebars/handlebars.js
!handlebars/handlebars.min.js
# select2
select2/**

4585
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
Loading…
Cancel
Save