diff --git a/tasks/dox.js b/tasks/dox.js index 3b53255..ee1880e 100644 --- a/tasks/dox.js +++ b/tasks/dox.js @@ -24,7 +24,7 @@ module.exports = function(grunt) { _args = []; // Absolute path to the formatter - var formatter = [doxPath, 'node_modules', '.bin', 'dox-foundation'].join(path.sep); + var formatter = '"' + [doxPath, 'node_modules', '.bin', 'dox-foundation'].join(path.sep) + '"'; // Cleanup any existing docs rimraf.sync(dest);