From 6b1f4684a23dc7efaf3b126ac449df92885829fe Mon Sep 17 00:00:00 2001 From: zombieFox Date: Tue, 14 Jan 2020 12:19:45 +0000 Subject: [PATCH] [bug] restore missing build dependency --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index efdc7621..5c1c63bd 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -33,6 +33,7 @@ const filename = { const jsDependencies = [ path.nodeModules + '/html5sortable/dist/html5sortable.min.js', path.nodeModules + '/invert-color/lib/invert.min.js', + path.nodeModules + '/moment/min/moment.min.js', path.nodeModules + '/webfontloader/webfontloader.js' ]