diff --git a/Gruntfile.js b/Gruntfile.js index 3fe4f6c1c..087b40ff1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -455,5 +455,6 @@ module.exports = function(grunt) { grunt.registerTask("promote", ["replace:promote_to_version"]); grunt.registerTask("clean", ["run:delete_indexes"]); grunt.registerTask("copyFiles", grunt.option("rebuild")? ["copy"] : ["newer:copy"]); - grunt.registerTask("default", ["compile", "copyFiles", "run:zipify_demos"]); + grunt.registerTask("default-osx", ["compile", "copyFiles", "run:zipify_demos"]); + grunt.registerTask("default", ["compile", "copyFiles"]); };