Currently a syntax error in a template leads to a silent failure in interactivity.
For example, an error like:
Which can be quite common when copy/pasting from the provided tokens, causes only console errors:
[tilemill] Tag "{{" was not closed properly
[tilemill] at http://localhost:20009/assets/tilemill/js/vendor.js:4466
Interestingly tilemill still produces a valid grid.json uri endpoint that returns functional grids, but the client error appears to silently prevent any grids from being requested, so even if some of the template is valid no interactivity is shown.
Currently a syntax error in a template leads to a silent failure in interactivity.
For example, an error like:
Which can be quite common when copy/pasting from the provided tokens, causes only console errors:
Interestingly tilemill still produces a valid grid.json uri endpoint that returns functional grids, but the client error appears to silently prevent any grids from being requested, so even if some of the template is valid no interactivity is shown.