mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
31bef3ea14
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