Skip to content

Commit

Permalink
Set correct path for created dir
Browse files Browse the repository at this point in the history
  • Loading branch information
btd committed Sep 1, 2013
1 parent 6afe289 commit 69ca29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/lmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = function (grunt) {
return;
}

grunt.file.mkdir(path.dirname(output));
grunt.file.mkdir(path.dirname(path.join(lmdDir, buildConfig.root, output)));

var cli = new Cli(process.stdout);
cli.ok = function (message) {
Expand Down

0 comments on commit 69ca29d

Please sign in to comment.