I am going to build a JavaScript/Cordova app using Handlebars.js template engine. The application build will came with precompiled templated (located in www/* folder, as usual). my boss would like to slightly change some templates, without having to recompile the app and publish it in the markets (Play store / Itunes ecc...).
How to archive this kind of flexibility?
When my app starts I can check for updates, download new Handlebars file and recompile them. Make sense? Can I try to save them to file for avoid to download them in the future? Anyone has similar problem/scenario?