Closed MatthewVita closed 9 years ago
David,
Just tested it and I see that Rupert works just fine on Windows aside from one small bug... basically when I have a /src/client/person/template.html ... I get the following:
/src/client/person/template.html
...one can do window.Templates['/person'], but clearly that's hacky
window.Templates['/person']
@iaspenDOL ran into that; he and I worked through it, but it seems the fix didn't make it upstream.
Fixed in 0.3.14
nice!
David,
Just tested it and I see that Rupert works just fine on Windows aside from one small bug... basically when I have a
/src/client/person/template.html
... I get the following:...one can do
window.Templates['/person']
, but clearly that's hacky