ErikaS57
16 Aug 2012, 5:58 AM
I upgraded my architect to 2.1 today. My project uses ExtJs 4.1, and worked fine with architect 2.0 since I could change what scripts it referenced to the 4.1 ones. Now, upon upgrade, it's referencing the 4.0 scripts:
app.html:
<script src="http://extjs.cachefly.net/ext-4.0.7-commercial/ext-all.js"></script>
<link rel="stylesheet" href="http://extjs.cachefly.net/ext-4.0.7-commercial/resources/css/ext-all.css">
I went in the settings, but see no place to tell Architect to use 4.1 (even my Toolbox on the left says 4.0.x). For now, I've manually edited app.html and it seems to not be getting overridden, but I'd prefer for architect to recognize that this is a 4.1 project - is this possible?
app.html:
<script src="http://extjs.cachefly.net/ext-4.0.7-commercial/ext-all.js"></script>
<link rel="stylesheet" href="http://extjs.cachefly.net/ext-4.0.7-commercial/resources/css/ext-all.css">
I went in the settings, but see no place to tell Architect to use 4.1 (even my Toolbox on the left says 4.0.x). For now, I've manually edited app.html and it seems to not be getting overridden, but I'd prefer for architect to recognize that this is a 4.1 project - is this possible?