Skip to content

Instantly share code, notes, and snippets.

@AndrewIngram
Created August 11, 2014 13:56
Show Gist options
  • Save AndrewIngram/02cd06b81872ac053953 to your computer and use it in GitHub Desktop.
Save AndrewIngram/02cd06b81872ac053953 to your computer and use it in GitHub Desktop.
(function() {
var options = {};
var EntryPoint = require('{{ JS_ENTRY_POINT }}');
var entry = new EntryPoint(options);
$(function() {
entry.render(document);
});
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment