Thank you for reporting this bug. We will make it our priority to review this report.
Sencha Cmd v5.1.1.39 is duplicating code on build
Sencha Cmd v5.1.1.39 is duplicating code on build
When i build my application i'm experiencing really weird behavior. Code is getting duplicated. The app.js file is two versions of my code.
I discovered this when my code changes weren't being implemented. I inspected the app.js file and discovered that my code changes were there in the beginning but the 2nd half of the file is some old cached version of my code that I can't get rid of. I don't know where its getting it from.
I even did a
sencha app build -c
to hopefully get a clean build. However, it doesn't appear to do anything different.
Is there a cache somewhere that isn't getting blown away?
Has anyone else experienced this?
sorry, this was my fault. Somehow my compiled app.js replaced my other app.js which is the init.
You can delete this thread.
Code:
Ext.application({
name: 'myapp',
// requires:['ext-charts'],
controllers: [
],
autoCreateViewport: true
});
Thanks for the follow-up. If you don't mind, I'd prefer to move the thread to Q&A rather than delete it. This seems like something that could happen to others and this thread might prove useful.
If you'd rather see it disappear, I'm happy to do that too.
Are you a Sencha products veteran who has wondered what it might be like to work at Sencha? If so, please reach out to our recruiting manager:
sheryl@sencha.com
Sencha Cmd v5.1.1.39 is duplicating code on build
Aucun commentaire:
Enregistrer un commentaire