niryariv / opentaba-client

BSD 3-Clause "New" or "Revised" License
8 stars 15 forks source link

creating a muni didn't udpate index.js #68

Closed niryariv closed 9 years ago

niryariv commented 10 years ago
  1. created Eilat: http://eilat.opentaba.info/
  2. URL shows Jerusalem, index.js wasn't changed.
  3. also suggest we move index.js to the root dir, and rename it munis.json (it's a clean JSON file)
florpor commented 10 years ago

create_dummy now runs the update_gushim_client task : https://github.com/niryariv/opentaba-server/commit/fd92e14df33cbf2b3e3122fb01ae702c74c3b48e

as for index.js - it's not a pure json file and i would like to leave it this way so i can load it synchronously when the site loads.

florpor commented 10 years ago

(btw, this will work but you will still see jerusalem when you go on the new subdomain, because it edits index.js on the core repo but the dummy sites work with my repo)