LiTiang / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

Allow usage of dojo loader (provide/require) to determine files to load and order #219

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would be nice if JSTD used the loader built into dojo (and possibly other 
frameworks) to determine files to load.  Then you could just give it the top 
level files and it would crawl (or let dojo crawl) the dependency tree and 
include those files.  

The main advantages here are:
* User doesn't have to include every script
* Code is loaded in the same order it is loaded in the browser
* Proper dependency load and evaluation order.

Original issue reported on code.google.com by warchild...@gmail.com on 31 Mar 2011 at 4:59

GoogleCodeExporter commented 9 years ago
This is actually somewhat of a dup of issue 12 and could be closed as such.

Original comment by warchild...@gmail.com on 12 Apr 2011 at 8:13

GoogleCodeExporter commented 9 years ago

Original comment by corbinrs...@gmail.com on 12 Apr 2011 at 8:30