guide-me / GuideMe

an interactive story viewer
MIT License
4 stars 8 forks source link

logging of global javascript #26

Closed philormand closed 9 years ago

philormand commented 9 years ago

[*]Logging: When debug mode is on the globaljavascript is dumped every time a new page is shown. I have developed a large collection of javascript functions and this extra dumping leads to extra large log files, and it's hard to wade through when debugging. Can this be dumped once when the tease loads, and then only have the page specific javascript dumped when the page changes.

philormand commented 9 years ago

Will only log global java script once per guide session (if you load a guide it resets)