biscotto is in build folder not tasks folder

This commit is contained in:
Kevin Sawicki
2014-01-03 10:12:55 -08:00
parent 3a7ecccec7
commit 0112e8887f

View File

@@ -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'