diff --git a/build/tasks/docs-task.coffee b/build/tasks/docs-task.coffee index 4c7c0e3e7..42856f8ee 100644 --- a/build/tasks/docs-task.coffee +++ b/build/tasks/docs-task.coffee @@ -3,7 +3,7 @@ fs = require 'fs' module.exports = (grunt) -> cmd = path.join('node_modules', '.bin', 'coffee') - commonArgs = [path.join('tasks', 'node_modules', '.bin', 'biscotto'), '--'] + commonArgs = [path.join('build', 'node_modules', '.bin', 'biscotto'), '--'] opts = stdio: 'inherit'