Search code examples
mobiletitanium

Titanium Mobile delete files when running


I just started working with titanium mobile and manage to make a first simple application with some tabs.

However as soon as I want to add a window in a separate file (for example in resources/main_windows/main.js) and want to run it, titanium deletes all this files.

Do I have to add this resources in some configuration file, so that titanium doesnt delete this files?

Thanks, Nicolas


Solution

  • Just figure it out by myself.

    Since I am working with IntelliJ, it added the bin files which are actually automatically generated by titanium at run time.