sagold / handlebars-webpack-plugin

Renders your html-template at build time
162 stars 45 forks source link

Create the outputFile if it doesn't exist, including parent directories #3

Closed DannyDelott closed 8 years ago

DannyDelott commented 8 years ago

In Node, fs#writeFileSync creates files, but not parent directories.