okay, here’s some background info:
– there’s only processing.js affected, that’s the reason I didn’t notice it yet
– Yosemite changed the way WebViews are caching. In all other libraries that load scripts, I am appending the current date/time, to prevent caching. Processing.js however loads local files with an xhr (AJAX request), which might be cool and nerdy stuff, but it’s the main reason things are so broken, e.g. no local previews for processing.js in Chrome and Firefox.
The good news is: I found a workaround.
The bad news is: it might violate the AppStore guidelines, so I don’t know if it’ll get accepted.
I’m working on a fix with high priority and will keep you updated!
Thanks again for reporting this.
Michael