6 lines
58 B
Batchfile
6 lines
58 B
Batchfile
@echo off
|
|
cd /D %~dp0
|
|
|
|
@echo on
|
|
call grunt.cmd --no-color
|