Added firebase tools and project config
This commit is contained in:
parent
4e1cc2e563
commit
d343d7b289
3 changed files with 11 additions and 0 deletions
5
.firebaserc
Normal file
5
.firebaserc
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"projects": {
|
||||
"default": "fmartingrcom"
|
||||
}
|
||||
}
|
5
firebase.json
Normal file
5
firebase.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"hosting": {
|
||||
"public": "public"
|
||||
}
|
||||
}
|
|
@ -4,6 +4,7 @@
|
|||
"description": "fmartingr.com",
|
||||
"main": "gulpfile.js",
|
||||
"devDependencies": {
|
||||
"firebase-tools": "^3.2.1",
|
||||
"gulp": "^3.9.0",
|
||||
"gulp-concat": "^2.6.0",
|
||||
"gulp-concat-css": "^2.2.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue