Copy config files
This commit is contained in:
parent
a3b054e9b3
commit
0e81ae544b
1 changed files with 3 additions and 0 deletions
|
|
@ -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 + '/img/', '../www/img/app/', function() {
|
||||||
copyDir(configDir + '/sass/', '../src/sass/app/', function() {
|
copyDir(configDir + '/sass/', '../src/sass/app/', function() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue