testing out the internal server to use docs from a .zip

This commit is contained in:
Ben Fry
2021-08-04 08:01:10 -04:00
parent 2a1fae8f77
commit 051a104893
2 changed files with 12 additions and 1 deletions
+9
View File
@@ -139,6 +139,15 @@ public class WebServer implements HttpConstants {
new Thread(r).start();
return port;
}
static public void main(String[] args) {
try {
launch(args[0]);
} catch (IOException e) {
e.printStackTrace();
}
}
}
+3 -1
View File
@@ -24,8 +24,10 @@ X https://github.com/processing/processing4/issues/157
X https://github.com/processing/processing4/pull/230
_ dealing with reference.zip
_ dealing with reference.zip and web server
_ web server confirmed to be working, but should check w/ new docs
_ psk files, doing that for examples
_ 250 example (folders), would cut ~8-900 files to just those 250
_ auto-complete not triggering, workaround as pref?