Fix build script on windows.

This commit is contained in:
danzel 2013-11-13 09:53:07 +13:00
parent 244f9f39ce
commit f89829ff85

View File

@ -17,7 +17,7 @@ var build = require('./build/build.js');
function hint(msg, paths) {
return function () {
console.log(msg);
jake.exec('./node_modules/jshint/bin/jshint -c ' + paths,
jake.exec('node node_modules/jshint/bin/jshint -c ' + paths,
{printStdout: true}, function () {
console.log('\tCheck passed.\n');
complete();