-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
watch callbacks should have access to public instance #631
Closed
Comments
Hey @shakyShane may I ask what does Chokidar |
it fires |
remove it, & put a log in to see what i mean module.exports = {
server: './app',
files: [
'./app/*.html',
'./app/js/*.js',
{
match: './app/css/*.css',
fn: function (event, file) {
console.log(event);
}
}
]
}; |
Ah yes. Got it! so setting it to |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
re: #411
Example use-case, when using
bs-config
The text was updated successfully, but these errors were encountered: