diff options
-rw-r--r-- | AUTHORS.txt | 1 | ||||
-rw-r--r-- | Gruntfile.js | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt index 580570fb2..b1fa8f62f 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -168,3 +168,4 @@ Steven Benner <admin@stevenbenner.com> Li Xudong <istonelee@gmail.com> Renato Oliveira dos Santos <ros3@cin.ufpe.br> Jason Bedard <jason+jquery@jbedard.ca> +Kyle Robinson Young <kyle@dontkry.com> diff --git a/Gruntfile.js b/Gruntfile.js index 5d41d71f3..8b697cf19 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -260,7 +260,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 ) { |