The NodeWebKit Preview os actually for me the best preview (fast and soo good with the debug windows.
But their a really boring thing, nodewebkit + C2 never clean the cache.
Why not add something like :
$(window).beforeload(function(){
var gui = require('nw.gui');
gui.App.clearCache();
});
It seem that their is and App.clearCache API since the v0.6 of nodeweb kit.
Can you udpate nodeweb kit preview to clean the cache all the time we lunch it ?
Because in dev after some day of use you could easily have more 100k files that slow down the system and nodewebkit lunch.