Re: [Simile-Widgets] How to debug exhibit?

2011-05-17 Thread Oliver M. Batista
Thank you! On Tue, May 17, 2011 at 2:29 AM, David Karger kar...@mit.edu wrote: you'll want to add ?bundle=false as a parameter to the exhibit api call (http://.../exhibit/api...?bundle=false so that you get the individual files instead of the minified bundle.  after that you should be able to

Re: [Simile-Widgets] How to debug exhibit?

2011-05-16 Thread David Karger
you'll want to add ?bundle=false as a parameter to the exhibit api call (http://.../exhibit/api...?bundle=false so that you get the individual files instead of the minified bundle. after that you should be able to set breakpoints; i do it all the time. On 5/16/2011 8:27 PM, Oliver M. Batista