diff --git a/AUTHORS.txt b/AUTHORS.txt index c9bb92886..6ec40764a 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -165,3 +165,4 @@ Dmitry Gusev Michał Gołębiowski Brandon Johnson Jason Bedard +Kyle Robinson Young diff --git a/Gruntfile.js b/Gruntfile.js index bf31ddf8d..766c9e2fd 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -256,7 +256,7 @@ module.exports = function( grunt ) { grunt.log.writeln( "Creating custom build...\n" ); grunt.util.spawn({ - cmd: process.platform === "win32" ? "grunt.cmd" : "grunt", + grunt: true, args: [ "build:*:*:" + modules, "pre-uglify", "uglify", "dist" ] }, function( err, result ) { if ( err ) {