oops, i mean, we still need to call that code most of the time...

This commit is contained in:
Ben Fry
2016-08-16 15:40:18 -04:00
parent 27edbf5c85
commit ab16fbd8b6
+2
View File
@@ -114,6 +114,8 @@ public class Library extends LocalContribution {
libraryFolder = new File(folder, "library");
examplesFolder = new File(folder, "examples");
referenceFile = new File(folder, "reference/index.html");
handle();
}