From 499c52516e7659b2cd8e58df730ed6346da451b1 Mon Sep 17 00:00:00 2001 From: Thilina Date: Sun, 27 Jun 2021 18:05:05 +0200 Subject: [PATCH] Add connection module to gulp --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index f132a1c5..e5e1b083 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -243,6 +243,7 @@ gulp.task('admin-js', (done) => { const files = [ 'attendance', 'company_structure', + 'connection', 'custom_fields', 'clients', 'charts',