From f0639bc73e9571d2c05f5b66c350e34f2fbeab0f Mon Sep 17 00:00:00 2001 From: Jason Stallings Date: Mon, 2 Feb 2015 12:20:11 -0600 Subject: [PATCH] Updated Grunt to only compile for necessary platforms. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 05963d7..cce2aa3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -36,7 +36,7 @@ module.exports = function(grunt) { options: { - platforms: ["win", "osx", "linux64"], + platforms: ["win32", "osx32", "linux64"], version: "0.11.5", buildDir: "./build" },