Skip to content
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

Accidentally deleted dist folder breaks the workflow #22

Open
simplesmiler opened this issue Oct 15, 2016 · 0 comments
Open

Accidentally deleted dist folder breaks the workflow #22

simplesmiler opened this issue Oct 15, 2016 · 0 comments

Comments

@simplesmiler
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants