From 721eeda48b12998e2c4ee17057baa7a084f760be Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 29 Jan 2020 22:58:29 +0300 Subject: [PATCH] feat(admin-plugin): update gulpfile.js - add parsleys #211 --- site/plugins/admin/gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/plugins/admin/gulpfile.js b/site/plugins/admin/gulpfile.js index 2c6ec4d9..dd314f67 100755 --- a/site/plugins/admin/gulpfile.js +++ b/site/plugins/admin/gulpfile.js @@ -70,8 +70,8 @@ gulp.task("css", function() { // Select2 'node_modules/select2/dist/js/select2.min.js', - // FontAwesome - 'node_modules/@fortawesome/fontawesome-free/js/all.min.js', + // ParsleyJS Form Validatator + 'node_modules/parsleyjs/dist/parsley.min.js', // CodeMirror 'node_modules/codemirror/lib/codemirror.js',