mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-04 08:50:26 -04:00
jsdoc: Merge code for different render modes.
This commit is contained in:
parent
127b572026
commit
a03fc0a3bf
1 changed files with 2 additions and 4 deletions
|
@ -32,13 +32,11 @@ function publish(symbolSet) {
|
||||||
new java.io.File(publish.conf.staticDir),
|
new java.io.File(publish.conf.staticDir),
|
||||||
new java.io.File(publish.conf.outDir)
|
new java.io.File(publish.conf.outDir)
|
||||||
);
|
);
|
||||||
|
|
||||||
// Create the classes directory
|
|
||||||
new java.io.File(publish.conf.classesDir).mkdir();
|
|
||||||
} else {
|
} else {
|
||||||
Utils.deleteFiles(new File(publish.conf.outDir));
|
Utils.deleteFiles(new File(publish.conf.outDir));
|
||||||
new java.io.File(publish.conf.classesDir).mkdirs();
|
|
||||||
}
|
}
|
||||||
|
// Create the classes directory
|
||||||
|
new java.io.File(publish.conf.classesDir).mkdirs();
|
||||||
|
|
||||||
// used to allow Link to check the details of things being linked to
|
// used to allow Link to check the details of things being linked to
|
||||||
Link.symbolSet = symbolSet;
|
Link.symbolSet = symbolSet;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue