Skip to content

Commit

Permalink
alot of changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ronan18 committed May 5, 2019
1 parent eaec608 commit 9a891f2
Show file tree
Hide file tree
Showing 20 changed files with 1,349 additions and 284 deletions.
27 changes: 27 additions & 0 deletions .firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
favicon.ico,1556685551755,5b9697e19ccae2f16128536dbbab8f9d302dc67951e688c49f7c896eb5d9ee4d
manifest.json,1556685551755,8cf13b24e892ad15a245512378dd03b6e49e0e69368afbafcc838d66d76b47b8
precache-manifest.b423167be366b151d5615b34199daa4c.js,1556685551756,6ac37480420aecb4d8acef2de217831f07ff64c078d4c1ed189f3a5fcebf2206
robots.txt,1556685551756,c17e70846d7031bb27102edfb33b59d1e3e40a8e8e8097af75b7766e7fffc250
index.html,1556685551755,ac623dddd48663cc0975e8b238057638391abcbe1a6cd596d5bd86408612090b
css/chunk-vendors.de600c15.css,1556685551778,10741e9c2637c2412e6c8f4275f8b2b9b4c3acd38dbdf6cae10bf0590d83352c
service-worker.js,1556685551756,1f1dda1d0f32bb878a5a644130c971dccef021fa782c2209416741cfbeb8dff0
css/app.15a5d022.css,1556685551764,950947ca8072ce1504da36afb03f66ffbf726472d50a3a668093d39cfdd2d6e9
img/icons/apple-touch-icon-152x152.png,1556685551780,879d14ef1bd94f81c11ca6fa51ebca226bf6c88c86447aaf560752528e144067
img/icons/apple-touch-icon-120x120.png,1556685551780,13e4908bb32e2ca95e375ca720887ef85057fb3872d6f028c63ba22df9b12ed9
img/icons/android-chrome-192x192.png,1556685551780,97e1127ad8db90e0349c838ecf9351fc0c370f9606f6ab309fe17444d26a9d59
img/icons/apple-touch-icon-180x180.png,1556685551781,ca5a8e637d730848e77716ed970da1a4a5fe9d3b4be21e43f33cf5ebcaf03e7d
img/icons/apple-touch-icon-60x60.png,1556685551780,a27014cb4410df491f64e3b5411987418ff6d729b351056a3de84e744c681a52
img/icons/apple-touch-icon-76x76.png,1556685551781,65d6c498ad60f94b338df3f1f4551303ec84306ecb1c7e615ed64489fffc8b28
img/icons/apple-touch-icon.png,1556685551780,08b37da608cf827a037d8f600a01a32b2f74728291e679b03679fd3619da3a43
img/icons/favicon-16x16.png,1556685551781,563096b119e9b3f8060292a6fc3e091e2a98ee0d1c94ca99de941f78c7fa077c
img/icons/favicon-32x32.png,1556685551780,f5a182df55d21b93c27ec89bd600abe40f3fac23df563e4cfc9efd5edd248886
img/icons/msapplication-icon-144x144.png,1556685551780,27b3b62de2e36ac452e86079762d3cfd37c33dc8cbde0a7c5657e5a7c32d971a
js/about.69260e02.js,1556685551756,76588bfa298f6e95d63287e1c5b629c130efa1c45270d81dab56bbe43b2407e4
img/icons/mstile-150x150.png,1556685551780,ea1dc2c1c63ffe2668cacc9d170cee33b50a2d58e1591b8399004629e3c1ae67
js/about.69260e02.js.map,1556685551778,45c25ed2202b1035e74894c0b017aa3c4f6d69eabcc1480ff4f369704bd564e2
js/app.f55a78c7.js,1556685551778,5106945f693925f8311201218f4b648f6b7d5f01e09a22c05ea1f40ca9474d9c
img/icons/safari-pinned-tab.svg,1556685551781,0858aec0c8ea5d0b50b2bfca81dbef78aa3039b295a7c11386b8d3c378f35326
js/app.f55a78c7.js.map,1556685551778,3ecc4160c6b143609fe969f73cae294ff5d55d82b7a4848ec8e01051f920a42c
img/icons/android-chrome-512x512.png,1556685551781,07426bba3be5f2ea36f5a6f543b71bfb02277982e28e22509fd85f4f998aefff
js/chunk-vendors.3250b58b.js,1556685551778,8df099c15bdb9fadcacfc7ab0fe0dc3f07315a030832469ddc9c053840549421
js/chunk-vendors.3250b58b.js.map,1556685551779,2bb55ce0bcea6b55d0e931be332c0545c160a946cd528d3dd9a931cae109cae0
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "hyphen-hacks-2019"
}
}
16 changes: 16 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Loading

0 comments on commit 9a891f2

Please sign in to comment.