summaryrefslogtreecommitdiffstats
path: root/js/gulpfile.js
diff options
context:
space:
mode:
authorAlec Kojaev <alec@kojaev.name>2021-07-16 15:40:04 +0300
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-07-24 14:52:34 +0200
commit65c15dac38358d5c3a619379b57bd498c070ea6f (patch)
tree8052e83899b96b7e761f779a43d15feb7921e353 /js/gulpfile.js
parent691c42bdbce50eaa7857f8386c706a4e8c763d60 (diff)
Reimplement relative time formatting as a filter, dropping dependency on deprecated moment.js
Signed-off-by: Alec Kojaev <alec@kojaev.name>
Diffstat (limited to 'js/gulpfile.js')
-rw-r--r--js/gulpfile.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/gulpfile.js b/js/gulpfile.js
index 299918986..7f9d288b5 100644
--- a/js/gulpfile.js
+++ b/js/gulpfile.js
@@ -30,7 +30,6 @@ const sources = [
'node_modules/angular-animate/angular-animate.min.js',
'node_modules/angular-route/angular-route.min.js',
'node_modules/angular-sanitize/angular-sanitize.min.js',
- 'node_modules/moment/min/moment-with-locales.min.js',
'node_modules/masonry-layout/dist/masonry.pkgd.min.js',
'node_modules/vue/dist/vue.js',
'node_modules/ngVue/build/index.js',