Closed davestewart closed 4 weeks ago
Hello.
Great package!
However, if I set the output folder to dist then the watch script goes into a never ending loop when the files in dist/build are updated.
dist
dist/build
This doesn't happen if I omit the --output folder.
--output
I figure this value is not being passed to an ignore list somewhere.
Fixed as of 3.2.1
3.2.1
Hello.
Great package!
However, if I set the output folder to
dist
then the watch script goes into a never ending loop when the files indist/build
are updated.This doesn't happen if I omit the
--output
folder.I figure this value is not being passed to an ignore list somewhere.