nxus / clientjs

Client JS compilation for Nxus applications
1 stars 0 forks source link

target folders aren't created #4

Closed ScottMaxson closed 8 years ago

ScottMaxson commented 8 years ago

When calling:

 app.get('clientjs').bundle(__dirname+"/js/source.js", "targetdir/target.js")

the directory/directories for "target" are not automatically created, instead an error is thrown.