--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/78ba3f2d-f001-4374-a106-0c1182a7ff9d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
127.0.0.1 - - [22/Feb/2017:15:28:39 +0000] "GET /view/bundle.js HTTP/1.1" 304 - "http://localhost:5000/view/-B3
eiIwcYV" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safar
i/537.36 OPR/43.0.2442.806"
Error: Can't remove headers after they are sent
at ServerResponse.OutgoingMessage.removeHeader (_http_outgoing.js:380:11)
at Responder.handleNotModified (C:\Users\d0475\AppData\Roaming\npm\node_modules\firebase-tools\node_modules
\superstatic\lib\responder.js:133:12)
at C:\Users\d0475\AppData\Roaming\npm\node_modules\firebase-tools\node_modules\superstatic\lib\responder.js
:96:19
at tryCatch (C:\Users\d0475\AppData\Roaming\npm\node_modules\firebase-tools\node_modules\rsvp\dist\rsvp.js:
538:12)
at invokeCallback (C:\Users\d0475\AppData\Roaming\npm\node_modules\firebase-tools\node_modules\rsvp\dist\rs
vp.js:553:13)
at publish (C:\Users\d0475\AppData\Roaming\npm\node_modules\firebase-tools\node_modules\rsvp\dist\rsvp.js:5
21:7)
at flush (C:\Users\d0475\AppData\Roaming\npm\node_modules\firebase-tools\node_modules\rsvp\dist\rsvp.js:237
3:5)
at _combinedTickCallback (internal/process/next_tick.js:67:7)
at process._tickCallback (internal/process/next_tick.js:98:9) To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
{
"database": {
"rules": "database.rules.json"
},
"hosting": {
"public": "public",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}Uncaught SyntaxError: Unexpected token <<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Flamingo City</title>
<link rel="shortcut icon" type="image/png" href="http://wes.io/ehRe/my-favourite-icon.png"/>
</head>
<body>
<div id="root"></div>
<script type="text/javascript" src="bundle.js"></script>
</body>
</html>To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/befe7fad-37a8-4ca7-aff1-3a593091a3f5%40googlegroups.com.