Bypass often-corrupt node_modules/.bin/grunt.cmd on windows (#1481)

FREEBIE
This commit is contained in:
Scott Nonnenberg
2017-09-14 16:05:31 -07:00
parent c2c9cd0aa2
commit c6d461c579
2 changed files with 5 additions and 4 deletions

2
build/grunt.js Normal file
View File

@@ -0,0 +1,2 @@
// because grunt.cmd is totally flakey on windows
require('grunt').cli();