[ADF-814] application configuration service (#1969)

* app configuration service

* api improvements and readme update

* extend readme and add defaults

* unit tests for app config service
This commit is contained in:
Denys Vuika
2017-06-15 16:30:20 +01:00
committed by Eugenio Romano
parent b045044d12
commit 6393ecbff5
7 changed files with 273 additions and 4 deletions

View File

@@ -101,6 +101,9 @@ module.exports = {
from: '**/*.json',
to: 'resources/i18n'
},
{
from: 'app.config.json'
},
{
from: 'favicon-96x96.png'
},