[AC-1587] Titanium CLI build for Alloy doesn't work after first time
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2014-09-04T06:58:45.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | TCSupportTriage |
Reporter | Prateek Jain |
Assignee | Mauro Parra-Miranda |
Created | 2014-08-13T09:10:09.000+0000 |
Updated | 2016-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
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!