mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
use moments.js min in core.js
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
68eaa1f1d2
commit
62827dd1da
5 changed files with 1009 additions and 25950 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"jquery-migrate/jquery-migrate.min.js",
|
||||
"jquery-ui/ui/jquery-ui.custom.js",
|
||||
"underscore/underscore.js",
|
||||
"moment/min/moment-with-locales.js",
|
||||
"moment/min/moment-with-locales.min.js",
|
||||
"handlebars/handlebars.js",
|
||||
"blueimp-md5/js/md5.js",
|
||||
"bootstrap/js/tooltip.js",
|
||||
|
|
|
|||
4
core/vendor/.gitignore
vendored
4
core/vendor/.gitignore
vendored
|
|
@ -31,7 +31,7 @@ moment/**
|
|||
!moment/min
|
||||
!moment/LICENSE
|
||||
moment/min/**
|
||||
!moment/min/moment-with-locales.js
|
||||
!moment/min/moment-with-locales.min.js
|
||||
|
||||
# jquery
|
||||
jquery/**
|
||||
|
|
@ -171,4 +171,4 @@ DOMPurify/**
|
|||
!DOMPurify/dist
|
||||
!DOMPurify/dist/purify.min.js
|
||||
!DOMPurify/.bower.json
|
||||
!DOMPurify/LICENSE
|
||||
!DOMPurify/LICENSE
|
||||
|
|
|
|||
12748
core/vendor/core.js
vendored
12748
core/vendor/core.js
vendored
File diff suppressed because one or more lines are too long
13700
core/vendor/moment/min/moment-with-locales.js
vendored
13700
core/vendor/moment/min/moment-with-locales.js
vendored
File diff suppressed because it is too large
Load diff
505
core/vendor/moment/min/moment-with-locales.min.js
vendored
Normal file
505
core/vendor/moment/min/moment-with-locales.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue