Skip to content

Instantly share code, notes, and snippets.

@magudb
Last active December 19, 2015 18:29
Show Gist options
  • Save magudb/5999531 to your computer and use it in GitHub Desktop.
Save magudb/5999531 to your computer and use it in GitHub Desktop.
console.log(require);
require(['app'], function (app) {
'use strict';
console.log(app);
app.Start();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment