From 65c15dac38358d5c3a619379b57bd498c070ea6f Mon Sep 17 00:00:00 2001 From: Alec Kojaev Date: Fri, 16 Jul 2021 15:40:04 +0300 Subject: Reimplement relative time formatting as a filter, dropping dependency on deprecated moment.js Signed-off-by: Alec Kojaev --- js/gulpfile.js | 1 - 1 file changed, 1 deletion(-) (limited to 'js/gulpfile.js') 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', -- cgit v1.2.3