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
Accidentally deleted dist folder breaks the workflow, because browserify and watchify do not and seemingly will not ensure that the output dir exists: browserify/watchify#269
One approach would be to add a dev dependency on mkdirp, and then mkdirp dist && ... in the watchify and build npm scripts. I'll make a PR for both browserify and browserify-simple templates if this is a sound approach.
The text was updated successfully, but these errors were encountered:
Accidentally deleted
dist
folder breaks the workflow, because browserify and watchify do not and seemingly will not ensure that the output dir exists: browserify/watchify#269One approach would be to add a dev dependency on mkdirp, and then
mkdirp dist && ...
in thewatchify
andbuild
npm scripts. I'll make a PR for bothbrowserify
andbrowserify-simple
templates if this is a sound approach.The text was updated successfully, but these errors were encountered: