Closed bacoords closed 3 years ago
Running gulp watch causes scripts to run in an infinite loop because the watcher is ignoring /js/theme.js but not /js/child-theme.js, which is what the child theme generates.
gulp watch
scripts
/js/theme.js
/js/child-theme.js
This indeed fixes the issue, thanks!
Running
gulp watch
causesscripts
to run in an infinite loop because the watcher is ignoring/js/theme.js
but not/js/child-theme.js
, which is what the child theme generates.