From 44f19610b6ea0f0f283db1980bafb24a7322e7f4 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 6 May 2014 17:03:19 -0700 Subject: [PATCH] Add grunt.cmd --- script/grunt.cmd | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 script/grunt.cmd 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" %* +)