Added firebase tools and project config

This commit is contained in:
Felipe M 2016-12-25 23:52:02 +01:00
parent 4e1cc2e563
commit d343d7b289
3 changed files with 11 additions and 0 deletions

5
.firebaserc Normal file
View file

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

5
firebase.json Normal file
View file

@ -0,0 +1,5 @@
{
"hosting": {
"public": "public"
}
}

View file

@ -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",