Skip to content

Instantly share code, notes, and snippets.

@scips
Last active December 11, 2015 18:19
Show Gist options
  • Save scips/4640701 to your computer and use it in GitHub Desktop.
Save scips/4640701 to your computer and use it in GitHub Desktop.
RequireJS basic bootstrap
require.config({
baseUrl: 'js/lib',
paths: {
application: '../application'
}
});
requirejs(['../app']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment