mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
added logging
This commit is contained in:
@@ -122,6 +122,7 @@ module.exports = (grunt) ->
|
||||
|
||||
Helpers =
|
||||
installService: (service, callback = (error) ->) ->
|
||||
console.log "Installing #{service.name}"
|
||||
Helpers.cloneGitRepo service, (error) ->
|
||||
return callback(error) if error?
|
||||
Helpers.installNpmModules service, (error) ->
|
||||
@@ -130,6 +131,7 @@ module.exports = (grunt) ->
|
||||
return callback(error) if error?
|
||||
Helpers.runGruntInstall service, (error) ->
|
||||
return callback(error) if error?
|
||||
console.log "Finished installing #{service.name}"
|
||||
callback()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user