Browse Source

use moments.js min in core.js

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/4064/head
Roeland Jago Douma 9 years ago
parent
commit
62827dd1da
No known key found for this signature in database GPG Key ID: F941078878347C0C
  1. 2
      core/js/core.json
  2. 4
      core/vendor/.gitignore
  3. 12748
      core/vendor/core.js
  4. 13700
      core/vendor/moment/min/moment-with-locales.js
  5. 505
      core/vendor/moment/min/moment-with-locales.min.js

2
core/js/core.json

@ -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

@ -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
File diff suppressed because it is too large
View File

13700
core/vendor/moment/min/moment-with-locales.js
File diff suppressed because it is too large
View File

505
core/vendor/moment/min/moment-with-locales.min.js
File diff suppressed because it is too large
View File

Loading…
Cancel
Save