Every time i save my project in Sencha Architect it overwrites any changes i do to the page that the ExtJS runs from (Let’s call it App.html). Normally this doesn’t effect much, (The Javascript is normally only looking at it’s own objects and components) unless i want to include another stylesheet, another script or put an ‘id’ on any of the existing html tags.
Is there a way arround this? Can I tell it not to touch certain pages, or change it’s memory of what is on them, or am i going to have to have a second HTML, one that includes all the same JS & ExtJS, but doesn’t get editted because it isn’t part of the project?
I believe the simple answer is no you can’t.
You can however do as Dorvalla proposed and add new resources (just use the + button in the Project Inspector), and this works for additional JavaScripts and CSS-files. For instance this is a auto-generated app.html for a sencha touch project
You can find more information about project resources at docs.sencha.com