Skip to content
This repository was archived by the owner on Mar 16, 2023. It is now read-only.

Commit f0639bc

Browse files
committed
Updated Grunt to only compile for necessary platforms.
1 parent 6ccbf18 commit f0639bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = function(grunt)
3636
{
3737
options:
3838
{
39-
platforms: ["win", "osx", "linux64"],
39+
platforms: ["win32", "osx32", "linux64"],
4040
version: "0.11.5",
4141
buildDir: "./build"
4242
},

0 commit comments

Comments
 (0)