Re: Updating a JavaScript module (jsm)
Michael Hofer <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
Am 24.08.11 12:28, schrieb Arivald: > W dniu 2011-08-23 21:40, Michael Hofer pisze: >> This makes development a real pain. Where is the JSM code actually >> cached? Maybe there's some file I can delete before application startup? > > Are You sure that application do restart? > MacOSX can just hide app in dock (kill all windows and menus, but keep > it loaded to memory). Such app is specifically marked in dock. For FF > and TB, to fully restart app You must select "Quit" from menu, not just > close all windows. I'm pretty sure that the application didn't run anymore. I'm starting through command line and usually quitting with ctrl-c. Also double checked that no xulrunner process was alive anymore. (Also I'm on 10.6, not 10.7 - so there's no fancy application management at work.) The '-purgecaches' command line flag mentioned in the link from Axel did the trick. The Javascript Modules aren't cached anymore between application startups. Thanks, Michael