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
marko-starter injects stylesheets and scripts at the end of the <head> and <body> tags. If they're not there, the page doesn't have styling or functionality.
I imaging this could be confusing if you created a page that just had
<h1>Hello world</h1>
<counter/>
and your counter just wasn't working.
I'm thinking we may need to monkeypatch response.end to do this, but it would only be in development mode. Is there a better way we could display this error?
The text was updated successfully, but these errors were encountered:
marko-starter
injects stylesheets and scripts at the end of the<head>
and<body>
tags. If they're not there, the page doesn't have styling or functionality.I imaging this could be confusing if you created a page that just had
and your counter just wasn't working.
I'm thinking we may need to monkeypatch
response.end
to do this, but it would only be in development mode. Is there a better way we could display this error?The text was updated successfully, but these errors were encountered: