Updated PCx86 examples directory

This commit is contained in:
Jeff Parsons 2017-09-12 17:17:24 -07:00 • committed by Jeff Parsons
commit 5529304137
9 changed files with 10 additions and 11 deletions

View file

@ -630,7 +630,7 @@ module.exports = function(grunt) {
{
cwd: "versions/pcx86/<%= pkg.version %>/",
src: ["pcx86.js", "pcx86-dbg.js", "components.css", "components.xsl"],
dest: "docs/pcx86/examples/",
dest: "pubs/pcx86/examples/",
expand: true
}
],
@ -706,7 +706,7 @@ module.exports = function(grunt) {
args: []
},
"zip-examples": {
options: {cwd: "docs/pcx86/examples"},
options: {cwd: "pubs/pcx86/examples"},
cmd: "./zip.sh",
args: ["v" + pkg.version + ".zip"]
}