plasma-umass / doppio

Breaks the browser language barrier (includes a plugin-free JVM).
http://plasma-umass.github.io/doppio-demo
MIT License
2.17k stars 176 forks source link

Migrate doppio version information into doppio.js #277

Closed jvilk closed 9 years ago

jvilk commented 10 years ago

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.

jvilk commented 9 years ago

No longer required. We'll transition to proper versioning with the next release, like BrowserFS and our JCL repository.