browserify / factor-bundle

factor browser-pack bundles into common shared bundles
Other
402 stars 27 forks source link

Errors if directory doesn't exist—browserify does not #83

Open callumacrae opened 8 years ago

callumacrae commented 8 years ago

Not sure if this is a bug, but if I use browserify to try to write a file to a directory that doesn't yet exist, browserify will create the directory. factor-bundle, however, will throw an error. Is there any reason for the difference in behaviour between the two?