Skip to content

Instantly share code, notes, and snippets.

@michaeldeol
Created August 29, 2012 22:57
Show Gist options
  • Save michaeldeol/3519995 to your computer and use it in GitHub Desktop.
Save michaeldeol/3519995 to your computer and use it in GitHub Desktop.
Tracing dependencies for: ../common
Tracing dependencies for: ../page1
Tracing dependencies for: ../page2
Tracing dependencies for: jquery
js/lib/../common.js
----------------
js/lib/../common.js
js/app/controller/Base.js
js/app/model/Base.js
js/lib/../page1.js
----------------
js/lib/../page1.js
js/lib/jquery.js
js/lib/underscore.js
js/lib/backbone.js
js/app/controller/c1.js
js/app/model/m1.js
js/app/main1.js
js/lib/../page2.js
----------------
js/lib/../page2.js
js/lib/jquery.js
js/app/controller/c2.js
js/app/model/m2.js
js/app/main2.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment