This commit is contained in:
Mathieu Sanchez 2019-06-06 17:43:17 +09:00
parent 3d7d3c3174
commit 931ec5472c
4 changed files with 24 additions and 0 deletions

5
.firebaserc Normal file
View File

@ -0,0 +1,5 @@
{
"projects": {
"default": "pq-man"
}
}

17
firebase.json Normal file
View File

@ -0,0 +1,17 @@
{
"hosting": {
"predeploy": "npm run build-prod",
"public": "dist/PQ-Man",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

View File

@ -5,6 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-prod": "ng build --prod --buildOptimizer",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"

View File

@ -55,6 +55,7 @@
.search-button {
border-left: 1px solid @border-color;
padding: 0 10px;
cursor: pointer;
.material-icons {
font-size: 30px;