From 23a23f7f56476b5b5b7a635078d208bda14a4d7b Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Sat, 19 Feb 2022 17:34:29 -0500 Subject: [PATCH] Include cogicon file in production builds --- gulpfile.esm.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.esm.js b/gulpfile.esm.js index c04dd7f..2b6ea3d 100644 --- a/gulpfile.esm.js +++ b/gulpfile.esm.js @@ -8,6 +8,7 @@ export default function() { 'templates/**/*', 'tinymce/**/*', '*.php', + 'cogicon.svg', 'LICENSE', 'readme.txt', 'screenshot*.png',