-
Notifications
You must be signed in to change notification settings - Fork 47
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 mode #55
Labels
Comments
This was fixed in |
Closed
reopening because of #69 |
mciparelli
added a commit
to mciparelli/sheetify
that referenced
this issue
Jul 16, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reopening this as a follow up to #21.
Currently
watchify
kinda works with sheetify - since only new.js
files are recompiled by browserify, just recreating new files from these events will cause incomplete files on recreation.Maybe it's what #21 suggested, but I think the solution to this might be to send the stream in
opts.out
a "file" event so that it knows which are the new files, and which should be cached. I don't know how this would work on the cli tho in conjunction towatchify
- should we perhaps haveplugins
such asbrowserify
to make this work? I'm not sure, hah.Thanks!
The text was updated successfully, but these errors were encountered: