Bypass often-corrupt node_modules/.bin/grunt.cmd on windows (#1481)
FREEBIE
This commit is contained in:
parent
c2c9cd0aa2
commit
c6d461c579
2 changed files with 5 additions and 4 deletions
2
build/grunt.js
Normal file
2
build/grunt.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
// because grunt.cmd is totally flakey on windows
|
||||
require('grunt').cli();
|
Loading…
Add table
Add a link
Reference in a new issue