understrap / understrap-child

The starter child theme for Understrap, the renowned open-source WordPress starter theme.
GNU General Public License v3.0
582 stars 332 forks source link

fixes inf loop for js watcher #284

Closed bacoords closed 3 years ago

bacoords commented 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.

krisp3t commented 3 years ago

This indeed fixes the issue, thanks!