New examples ZIP file

This commit is contained in:
Jeff Parsons 2016-02-20 17:33:04 -08:00
commit 466c087ece
2 changed files with 2 additions and 2 deletions

View file

@ -457,7 +457,7 @@ module.exports = function(grunt) {
cmd: "./modules/htmlout/bin/delete_indexes.sh",
args: []
},
"zipify-examples": {
"zip-examples": {
options: {cwd: "docs/pcjs/examples"},
cmd: "./zip.sh",
args: ["v" + pkg.version + ".zip"]
@ -512,6 +512,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-osx", ["compile", "copyfiles", "run:zipify-examples"]);
grunt.registerTask("default-osx", ["compile", "copyfiles", "run:zip-examples"]);
grunt.registerTask("default", ["compile", "copyfiles"]);
};

Binary file not shown.