Currently, tools\render.coffee will dynamically invoke git to determine the revision responsible for the given demo page, and will paste it directly into the mustache template.
Instead, it would be better to include this on the public-facing doppio API so that templates can retrieve it from that at runtime. This would also further decouple demo building from building doppio.js.
Currently,
tools\render.coffee
will dynamically invoke git to determine the revision responsible for the given demo page, and will paste it directly into the mustache template.Instead, it would be better to include this on the public-facing doppio API so that templates can retrieve it from that at runtime. This would also further decouple demo building from building doppio.js.