You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I first run it, everything is OK. Then I changed something, such as change a text to first change, the update event is fired because Rebundle start... is displayed, but I can't see Bundled successfully! in console.
If I changed the text again to second change, then both of the two logs are displayed, but what I see in browser and my bundle file is first change.
I clone the gulp-starter and it has the same issue.
I'm using the browserify v9.0.6 and watchify v3.1.0, is there any usage wrong in the gulp task?
The text was updated successfully, but these errors were encountered:
Below is my gulp task.
When I first run it, everything is OK. Then I changed something, such as change a text to
first change
, theupdate
event is fired becauseRebundle start...
is displayed, but I can't seeBundled successfully!
in console.If I changed the text again to
second change
, then both of the two logs are displayed, but what I see in browser and my bundle file isfirst change
.I clone the gulp-starter and it has the same issue.
I'm using the browserify v9.0.6 and watchify v3.1.0, is there any usage wrong in the gulp task?
The text was updated successfully, but these errors were encountered: