Copy config files

This commit is contained in:
Gustavo Maximiliano Cortez 2017-03-13 16:50:08 -03:00
parent a3b054e9b3
commit 0e81ae544b
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 3 additions and 0 deletions

View File

@ -132,6 +132,9 @@ function copyDir(from, to, cb) {
}
// Push Notification
fs.copySync(configDir + '/GoogleService-Info.plist', '../GoogleService-Info.plist');
fs.copySync(configDir + '/google-services.json', '../google-services.json');
copyDir(configDir + '/img/', '../www/img/app/', function() {
copyDir(configDir + '/sass/', '../src/sass/app/', function() {