Moved the PCx86 examples from /docs to /apps

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