New examples ZIP file
This commit is contained in:
parent
68929ac77f
commit
466c087ece
2 changed files with 2 additions and 2 deletions
|
|
@ -457,7 +457,7 @@ module.exports = function(grunt) {
|
||||||
cmd: "./modules/htmlout/bin/delete_indexes.sh",
|
cmd: "./modules/htmlout/bin/delete_indexes.sh",
|
||||||
args: []
|
args: []
|
||||||
},
|
},
|
||||||
"zipify-examples": {
|
"zip-examples": {
|
||||||
options: {cwd: "docs/pcjs/examples"},
|
options: {cwd: "docs/pcjs/examples"},
|
||||||
cmd: "./zip.sh",
|
cmd: "./zip.sh",
|
||||||
args: ["v" + pkg.version + ".zip"]
|
args: ["v" + pkg.version + ".zip"]
|
||||||
|
|
@ -512,6 +512,6 @@ module.exports = function(grunt) {
|
||||||
grunt.registerTask("promote", ["replace:promote-to-version"]);
|
grunt.registerTask("promote", ["replace:promote-to-version"]);
|
||||||
grunt.registerTask("clean", ["run:delete-indexes"]);
|
grunt.registerTask("clean", ["run:delete-indexes"]);
|
||||||
grunt.registerTask("copyfiles", grunt.option("rebuild")? ["copy"] : ["newer:copy"]);
|
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"]);
|
grunt.registerTask("default", ["compile", "copyfiles"]);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
BIN
docs/pcjs/examples/examples.zip
Normal file
BIN
docs/pcjs/examples/examples.zip
Normal file
Binary file not shown.
Loading…
Reference in a new issue