davecoates / lt-chrometools

Use Chrome for live code eval & debugging in Light Table
13 stars 0 forks source link

File watchers - crash tab #6

Closed davecoates closed 10 years ago

davecoates commented 10 years ago

With some large single javascript files chrome seems to crash on setScriptSource

Investigate to see if anything can be done

I've had this problem with browserify which can generate individual files

davecoates commented 10 years ago

Not much can do about this one - seems chrome can't handle large script updates. Minifying file I had issues with resolves it but then live update doesn't work as the generated file is too different