Skip to content

Instantly share code, notes, and snippets.

@rksm
Created December 19, 2013 10:35
Show Gist options
  • Save rksm/8037313 to your computer and use it in GitHub Desktop.
Save rksm/8037313 to your computer and use it in GitHub Desktop.
Lively localconfig for VWF prototype
var c = lively.Config;
c.set('lively2livelyAutoStart', false);
c.set('lively2livelyEnableConnectionIndicator', false);
c.set('removeDOMContentBeforeWorldLoad', false);
c.set('manuallyCreateWorld', true);
c.set('changesetsExperiment', false);
// FIXME, for compatibility with requirejs
lively.whenLoaded(function() {
setTimeout(function() {
Global.require = Global.requirejs.s.contexts._.require;
}, 300);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment