Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1587] Titanium CLI build for Alloy doesn't work after first time

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionCannot Reproduce
Resolution Date2014-09-04T06:58:45.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
LabelsTCSupportTriage
ReporterPrateek Jain
AssigneeMauro Parra-Miranda
Created2014-08-13T09:10:09.000+0000
Updated2016-03-08T07:38:03.000+0000

Description

Using Titanium CLI 3.3.0 project gets build properly for the first time. Changes in the code are reflected when project runs. Command Used to build the project - titanium build --platform mobileweb --build-only --force --project-dir /project_path/my_titanium_alloy After first build, if any changes are made to the code and the same command as specified above is executed the compilation is successful but the compiled project doesn't show the new changes when project runs. I am also cleaning the project using below command before compiling it - titanium clean --project-dir /project_path/my_titanium_alloy Titanium SDK - Tried with 3.2.3.GA, 3.3.0.GA

Comments

  1. Mauro Parra-Miranda 2014-08-15

    Hello! In mobileweb projects the big issue is your browser's cache. Please follow this steps: 1. Clean your project. 2. Build for mobile web. 3. Do a change in the code. 4. Rebuild. 5. Open **other** browser. 6. Check your changes on the other browser. If that shows the change properly, then the issue is your browser cache. Let me know your results. Best Regards!

JSON Source