-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
llab config file needs some changes #148
Comments
Yes, in theory, but the config file should provide a way to add additional onload functions, that way it's easy to extend llab. For example the Snap! "run" URL's should be in bjc-r's config file not in llab.
But then llab can't be properly extracted as a dependency...or it makes it really hard to work with git and do that. :/ |
But I'm also for a JSON or better spec. I don't know what's best. I want to somehow be able to custom define functions. Maybe we allow the config file to specify an external resource to load. |
Yeah, pointing to a curriuclum-specific js file would be fine to come up I realize no JSON for the config file -- we need comments in there. YAML. On Sun, Jul 26, 2015 at 10:47 PM, Michael Ball [email protected]
<-><=><-><=><-><=><-><=><-><=><-><=><-><=><-><=><-><=><-><=><-> |
Good point. Basically we could support both. YAML gets put into JSON by the browser anyway. |
Yeah, except we should hardcode something in loader, or used by the On Sun, Jul 26, 2015 at 11:18 PM, Michael Ball [email protected]
<-><=><-><=><-><=><-><=><-><=><-><=><-><=><-><=><-><=><-><=><-> |
Git branches! And yeah, well in the browser, we could just try different URLs too...which is sketchy but can work. |
And, it really should sit in the root llab directory, sigh. Do we really need to have llab inside the content repo; why can't it be next to it?
The text was updated successfully, but these errors were encountered: