I am trying to create a custom harness file to test Durandal modules, which are RequireJS based. I'm running into some errors, but in the process of debugging those errors I am being tripped up by what appears to be chutzpah caching the chutzpah.json file.
I make changes to its references section to remove some scripts, and they are still being injected into the harness file. How can I stop this, or at least clear the cache without __rebooting my whole machine__?
Comments: In the 3.0 release I added code to clear the cache after each test run. If this isn't working could you give me a repro zip and steps to see the issue.
I make changes to its references section to remove some scripts, and they are still being injected into the harness file. How can I stop this, or at least clear the cache without __rebooting my whole machine__?
Comments: In the 3.0 release I added code to clear the cache after each test run. If this isn't working could you give me a repro zip and steps to see the issue.