diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-03-26 09:51:23 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-03-26 10:25:15 +0200 |
commit | 62827dd1daab24a2e3df8a6e8b0ec30a8a064e71 (patch) | |
tree | 5db3c1324a5f23970d1d91c6f55fe53b79773831 /core/vendor/.gitignore | |
parent | 68eaa1f1d265641585f2fb5878e6e16adf0a20bb (diff) | |
download | nextcloud-server-62827dd1daab24a2e3df8a6e8b0ec30a8a064e71.tar.gz nextcloud-server-62827dd1daab24a2e3df8a6e8b0ec30a8a064e71.zip |
use moments.js min in core.js
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/vendor/.gitignore')
-rw-r--r-- | core/vendor/.gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/vendor/.gitignore b/core/vendor/.gitignore index 19bd084f76e..457fb29eb99 100644 --- a/core/vendor/.gitignore +++ b/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
\ No newline at end of file +!DOMPurify/LICENSE |