diff --git a/script/grunt.cmd b/script/grunt.cmd new file mode 100644 index 000000000..854fceb03 --- /dev/null +++ b/script/grunt.cmd @@ -0,0 +1,5 @@ +@IF EXIST "%~dp0\node.exe" ( + "%~dp0\node.exe" "%~dp0\grunt" %* +) ELSE ( + node "%~dp0\grunt" %* +)