Closed feedmypixel closed 8 years ago
Fixes #60 by not caring where the assets version lives in the config. Agreed, it shouldn't enforce config structure. Now it just looks for all assets versions in a config file and starts them all. Shown in the tests
There is work around standardising Service frontends
assets.version
Prod
namespace. This work removes theProd.*assets.*version="([0-9.]*)
regex.Related PR's: https://github.com/hmrc/play-ui/pull/61 https://github.com/hmrc/init-service/pull/13
Of Note
The current regex will continue to match
assets.version
within theProd
namespace. I don't feel this is the responsibility of service manager to enforce theassets.version
config structure but I have raised an issue around this. #60Also the tests around the Prod namesapce continue to pass due to the above issue.