We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa9d2a commit 265f0b5Copy full SHA for 265f0b5
Gruntfile.js
@@ -1,5 +1,6 @@
1
var files = require('./angularFiles').files;
2
var util = require('./lib/grunt/utils.js');
3
+var path = require('path');
4
5
module.exports = function(grunt) {
6
//grunt plugins
@@ -235,7 +236,7 @@ module.exports = function(grunt) {
235
236
stderr:true,
237
failOnError:true
238
},
- command:'./node_modules/.bin/promises-aplus-tests tmp/promises-aplus-adapter++.js'
239
+ command:path.normalize('./node_modules/.bin/promises-aplus-tests tmp/promises-aplus-adapter++.js')
240
}
241
242
0 commit comments