[Pkg-javascript-commits] [leaflet] 230/301: Fix build script on windows.

Jonas Smedegaard js at moszumanska.debian.org
Mon Jan 27 22:22:53 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository leaflet.

commit f89829ff8529f47b7f72c951f995d5218a296495
Author: danzel <danzel at localhost.geek.nz>
Date:   Wed Nov 13 09:53:07 2013 +1300

    Fix build script on windows.
---
 Jakefile.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jakefile.js b/Jakefile.js
index 698d8e4..f7ed145 100644
--- a/Jakefile.js
+++ b/Jakefile.js
@@ -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();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git



More information about the Pkg-javascript-commits mailing list