You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While building the application:
website/html/articles.html:22: Expected "div" end tag
...
^
website/html/edit.html:25: Reactive HTML attributes must either have a constant name or consist of a single {{helper}} providing a dictionary of names and values. A template tag of type BLOCKOPEN is not allowed here.
... {{#if cantEdit}}disa...
^
website/html/edit_profile.html:26: Reactive HTML attributes must either have a constant name or consist of a single {{helper}} providing a dictionary of names and values. A template tag of type BLOCKOPEN is not allowed here.
...e-input" {{#unless isLoggedIn...
^
website/html/history.html:115: Expected identifier, number, string, boolean, or null
...lDiff}} {{> modal-blackout}} <div...
^
website/html/profile.html:8: Unexpected closing template tag
...}
{{/with}} <div...
^
website/html/sphela.html:74: Unexpected HTML close tag
...>
^
=> Your application has errors. Waiting for file change.
The text was updated successfully, but these errors were encountered:
Hi All. Uber apologies, for some reason my notifications were turned off for this repo! In any event, as you noticed, the code here is based off a really old version of Meteor and is not actively maintained.
I've been working for some time on a complete rewrite from scratch, using all the latest Meteor practices, and introducing some super cool new features, some of which are almost done, but unfortunately, there is no ETA, as work priorities prevent me from actively working on this. I could guess around June 2016 :>
To be clear though, the current site is still up and running and all content will be imported into the new version when it's ready. I thank you all for your contributions and patience.
A number of issues in the html:
While building the application:
website/html/articles.html:22: Expected "div" end tag
...
^
website/html/edit.html:25: Reactive HTML attributes must either have a constant name or consist of a single {{helper}} providing a dictionary of names and values. A template tag of type BLOCKOPEN is not allowed here.
... {{#if cantEdit}}disa...
^
website/html/edit_profile.html:26: Reactive HTML attributes must either have a constant name or consist of a single {{helper}} providing a dictionary of names and values. A template tag of type BLOCKOPEN is not allowed here.
...e-input" {{#unless isLoggedIn...
^
website/html/history.html:115: Expected identifier, number, string, boolean, or null
...lDiff}} {{> modal-blackout}} <div...
^
website/html/profile.html:8: Unexpected closing template tag
...}
{{/with}} <div...
^
website/html/sphela.html:74: Unexpected HTML close tag
...>
^
=> Your application has errors. Waiting for file change.
The text was updated successfully, but these errors were encountered: