-
Notifications
You must be signed in to change notification settings - Fork 3
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
Incorrect getDependencies() #9
Comments
Or is the description of |
brunch never calls |
So I fixed |
@buckle2000 thanks for the feedback, I will investigate this. |
There is something wrong with brunch itself. brunch/brunch#1789 |
yeah, recompiling dependencies with brunch is a nightmare :) |
@buckle2000 , pugjs-brunch v2.11.0 is in npm, I hope this version solves issues with the watcher. Seems Brunch is unmaintained now and I don't know if I will update this plugin anymore. Closing this. |
http://brunch.io/docs/plugins#method-getdependencies-file-array-path-
However, the current
getDependencies
returns "a list of file paths that this one depends on", not "a list of file paths that depend on this one".The text was updated successfully, but these errors were encountered: