-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make Weasel startup nearly instantly * Remove flaky server-side tracking of loaded libraries in favor of client-side. * Lean on `goog.require` in the client for loading namespaces. Weasel is now essentially a dumb pipe between the client and piggieback with some evaluation and compilation, respectively, on either end. There may be some issues with leaning on `goog.require` in certain environments, however. See Mike Fikes's comment here: #37 (comment) cc #47 #28 (which I believe these changes could fix)
- Loading branch information
1 parent
737a73a
commit c9f6b08
Showing
1 changed file
with
12 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters