mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 06:00:56 -05:00
jsdoc template: create the classes directory.
This commit is contained in:
parent
16f184a9a1
commit
b51a25486f
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ 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();
|
||||
|
|
Loading…
Reference in a new issue