From 0112e8887f041e48168a336047c7d7d01fb181d8 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 3 Jan 2014 10:12:55 -0800 Subject: [PATCH] biscotto is in build folder not tasks folder --- build/tasks/docs-task.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'