Skip to content

Instantly share code, notes, and snippets.

@gcpantazis
Last active December 14, 2015 22:09
Show Gist options
  • Select an option

  • Save gcpantazis/5156461 to your computer and use it in GitHub Desktop.

Select an option

Save gcpantazis/5156461 to your computer and use it in GitHub Desktop.
// views needed, generated by the back-end.
var views = ['an', 'array', 'of', 'views'];
require(['libraries'], function () {
require(['global', 'plugins'], function(){
require(['models', 'collections'], function(){
require(views);
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment