html5: Fix gulp build to create build/ directory#2
Conversation
Fresh checkout does not contain build/ directory, therefore fs.createWriteStream fails. This commits adds a synchronous check + mkdir to create the directory on the first run.
|
Thanks. LGTM On Apr 24, 2014, at 2:31 AM, Miroslav Bajtoš notifications@github.com wrote:
|
html5: Fix gulp build to create build/ directory
Fresh checkout does not contain build/ directory, therefore
fs.createWriteStream fails.
This commits adds a synchronous check + mkdir to create the directory
on the first run.
/to @ritch please review & merge at will.