javascriptgarbage-collectiontemptelerik-appbuilder

Telerik Appbuilder Temp .JS files cleanup


I am loading templates dymanically. i.e.,

base.html

onLoad(loadSubPage1, 'some_div')

This is my model on how I handle my app. I am using Visual Studio 2015 as my IDE. For some reason I clicked on "Show all files (so I could see a hidden file)" I noticed a heap of .tmp files (see pic below)

enter image description here

The files you see run on mobile devices and not on the web. How do I handle this? I assume theses files (when running on the device) can pile up like this too. What do I do?


Solution

  • According to this thread you can go to Tools > Options > Environment > AutoRecover and uncheck Save AutoRecovery information option.