thom4parisot / grunt-crx

Grunt task used to package private Chrome Extensions.
https://npmjs.com/grunt-crx
MIT License
118 stars 21 forks source link

task fails when destination directory doesn't exist #31

Closed jasonkarns closed 11 years ago

jasonkarns commented 11 years ago

Currently fails:

Fatal error: Unable to write "dist/" file (Error code: ENOENT).

Task should make any destination directories that are needed.

thom4parisot commented 11 years ago

OK I'll have a look at it :-)