mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Merge pull request #4338 from nextcloud/handlebars-min
Move to handlebars.min.js
This commit is contained in:
commit
7ebcc045a2
5 changed files with 34 additions and 9192 deletions
|
|
@ -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",
|
||||
|
|
|
|||
2
core/vendor/.gitignore
vendored
2
core/vendor/.gitignore
vendored
|
|
@ -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
4585
core/vendor/core.js
vendored
File diff suppressed because one or more lines are too long
4608
core/vendor/handlebars/handlebars.js
vendored
4608
core/vendor/handlebars/handlebars.js
vendored
File diff suppressed because one or more lines are too long
29
core/vendor/handlebars/handlebars.min.js
vendored
Normal file
29
core/vendor/handlebars/handlebars.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue