saqimtiaz / hesperian-mhealth-pregnancy-warning-signs

Mobile app using Hesperian content about warning signs during pregnancy
MIT License
4 stars 3 forks source link

Combine html source into one jquery mobile page on deployment. #3

Closed mlitwin closed 12 years ago

mlitwin commented 13 years ago

Jquery mobile html can be split into different html files, each a different page in the traditional sense of html. This is convenient for editing / authoring. The html can also be combined into one giant file, which is hard to edit, but in my crude experiments about twice as fast when switching internal pages. I'll modify my deployment scripts to automatically combine the diverse files into one file. There's some changes in the internal links that needs to happen when we do this (e.g. rel="external" links need to be changed into internal page links).

Saq, This is what we discussed at the Hesperian meeting - I'm just trying out the github issue tracking process ... -Matt

saqimtiaz commented 12 years ago

Matt: believe we have this covered now and can close the ticket. Would you agree?

Should we create another ticket for eventually modifying the build process to add phone gap support?

mlitwin commented 12 years ago

Yep this one is done, I'll create a ticket for the phonegap build automation.