Skip to content

Commit

Permalink
fix: gruntfile error
Browse files Browse the repository at this point in the history
  • Loading branch information
agung2001 committed Jul 8, 2023
1 parent 51cdb1b commit 08408ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = function (grunt) {
livereload: false,
},
blocks: (() => { /** WordPress Blocks and Shortcodes (React JS) */
let watcher = {};
let watcher = { files: [] };
componentConfig.map((b) => {
let FilesTasks = {
files: [
Expand All @@ -81,7 +81,7 @@ module.exports = function (grunt) {
return watcher;
})(),
components: (() => { /** Svelte Components */
let watcher = {};
let watcher = { files: [] };
componentConfig.map((c) => {
let FilesTasks = {
files: [
Expand Down

0 comments on commit 08408ff

Please sign in to comment.