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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ firebase serve
30
30
31
31
- That will build it all and watch the css, img, and js assets.
32
32
- Then you can load up `http://localhost:5000` or `public/index.html` in a browser. narf!
33
-
`/src/index.js` is the main file you'll want to edit for functionality.
33
+
`/src/index.js`, `/src/css/style.scss`, and `/src/html/index.html` are the main files you'll want to edit for functionality.
34
34
- If you have the [LiveReload Chrome extension](https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei) installed, it should do live css updates in your browser while gulp watch is running
35
35
- CSS is auto-prefixed for the supported browserslist, so don't manually add any browser prefixes to CSS src.
36
36
- NOTE: If you change the UI, please update the screenshot at top of this README
<p>The specified file was not found on this website. Please check the URL for mistakes and try again.</p>
29
-
<h3>Why am I seeing this?</h3>
30
-
<p>This page was generated by the Firebase Command-Line Interface. To modify it, edit the <code>404.html</code> file in your project's configured <code>public</code> directory.</p>
31
-
</div>
32
-
</body>
33
-
</html>
1
+
<!DOCTYPE html><html><head><metacharset="utf-8"><metaname="viewport" content="width=device-width,initial-scale=1"><title>Page Not Found</title><stylemedia="screen">body{background:#eceff1;color:rgba(0,0,0,.87);font-family:Roboto,Helvetica,Arial,sans-serif;margin:0;padding:0}#message{background:#fff;max-width:360px;margin:100px auto 16px;padding:32px24px16px;border-radius:3px}#messageh3{color:#888;font-weight:400;font-size:16px;margin:16px012px}#messageh2{color:#ffa100;font-weight:700;font-size:16px;margin:008px}#messageh1{font-size:22px;font-weight:300;color:rgba(0,0,0,.6);margin:0016px}#messagep{line-height:140%;margin:16px024px;font-size:14px}#messagea{display:block;text-align:center;background:#039be5;text-transform:uppercase;text-decoration:none;color:#fff;padding:16px;border-radius:4px}#message,#messagea{box-shadow:01px3pxrgba(0,0,0,.12),01px2pxrgba(0,0,0,.24)}#load{color:rgba(0,0,0,.4);text-align:center;font-size:13px}@media (max-width:600px){#message,body{margin-top:0;background:#fff;box-shadow:none}body{border-top:16px solid #ffa100}}</style></head><body><divid="message"><h2>404</h2><h1>Page Not Found</h1><p>The specified file was not found on this website. Please check the URL for mistakes and try again.</p><h3>Why am I seeing this?</h3><p>This page was generated by the Firebase Command-Line Interface. To modify it, edit the <code>404.html</code> file in your project's configured <code>public</code> directory.</p></div></body></html>
0 commit comments