Moved the PCx86 examples from /docs to /apps
This commit is contained in:
parent
6286f562aa
commit
6818927e59
29 changed files with 41 additions and 34 deletions
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue