-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Watch command not working #93
Comments
hmm I think this might be a windows specific issue I don't have a windows machine right now, so are you able to change this line of code:
to this: if (parentPath === this._entryPath || parentPath === '.' || parentPath === '\\')
|
Tried it but the parentPath is always C:/ so I checked it against current path, like this:
It successfully goes out of the recursion but it dies when adding child:
|
ok thank you for trying! |
Hello,
When using watch flag with assetpack
assetpack -w
it throws and errorRangeError: Maximum call stack size exceeded
.package.json
.assetpack.js
The text was updated successfully, but these errors were encountered: