mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05: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.outDir)
|
||||
);
|
||||
|
||||
// Create the classes directory
|
||||
new java.io.File(publish.conf.classesDir).mkdir();
|
||||
} else {
|
||||
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
|
||||
Link.symbolSet = symbolSet;
|
||||
|
|
Loading…
Reference in a new issue