Skip to content

Instantly share code, notes, and snippets.

@danlamanna
Created July 22, 2015 15:37
Show Gist options
  • Save danlamanna/c58724baf0f160b3453b to your computer and use it in GitHub Desktop.
Save danlamanna/c58724baf0f160b3453b to your computer and use it in GitHub Desktop.
{
"loadEagerly": [
"node_modules/jquery/dist/jquery.js",
"node_modules/jade/runtime.js",
"node_modules/underscore/underscore.js",
"node_modules/backbone/backbone.js",
"node_modules/marked/lib/marked.js",
"node_modules/jsoneditor/dist/jsoneditor.js",
"clients/web/lib/js/d3.js",
"clients/web/lib/js/bootstrap.js",
"clients/web/lib/js/bootstrap-switch.js",
"clients/web/lib/js/jquery.jqplot.js",
"clients/web/lib/js/jqplot.pieRenderer.js",
"clients/web/lib/js/sprintf.js",
"clients/web/test/lib/jasmine-1.3.1/jasmine.js",
"node_modules/blanket/dist/jasmine/blanket_jasmine.js",
"clients/web/test/lib/jasmine-1.3.1/ConsoleReporter.js",
"clients/web/test/lib/jasmine-1.3.1/jasmine.js",
"clients/web/test/lib/jasmine-1.3.1/ConsoleReporter.js",
"clients/web/static/built/templates.js",
"clients/web/src/init.js",
"clients/web/src/girder-version.js",
"clients/web/src/view.js",
"clients/web/src/app.js",
"clients/web/src/router.js",
"clients/web/src/utilities/**/*.js",
"clients/web/src/plugin_utils.js",
"clients/web/src/collection.js",
"clients/web/src/model.js",
"clients/web/src/models/**/*.js",
"clients/web/src/collections/**/*.js",
"clients/web/src/views/**/*.js"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment