Even though there is no longer a physical /docs folder, there is still a virtual one

This commit is contained in:
Jeff Parsons 2017-09-18 19:15:24 -07:00 committed by Jeff Parsons
commit 294ce6b5e7
106 changed files with 219 additions and 189 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: "pubs/pcx86/examples/",
dest: "pubs/docs/pcx86/examples/",
expand: true
}
],
@ -706,7 +706,7 @@ module.exports = function(grunt) {
args: []
},
"zip-examples": {
options: {cwd: "pubs/pcx86/examples"},
options: {cwd: "pubs/docs/pcx86/examples"},
cmd: "./zip.sh",
args: ["v" + pkg.version + ".zip"]
}