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
Previously, CSS builds were only written out once and watchify
would have to be restarted to trigger a new rebuild. This rewrites
the CSS file on each call to `b.bundle()`, taking into account that
watchify won't be re-transforming every CSS file every time.
0 commit comments