bertramdev / asset-pipeline

The core implementation of the asset pipeline for the jvm
194 stars 92 forks source link

Avoid dot-notation warnings using Grails 5 #294

Closed ltamaster closed 2 years ago

ltamaster commented 2 years ago

For issue https://github.com/bertramdev/asset-pipeline/issues/285

Avoid dot-notation warnings using Grails 5 The main issue is config.getProperty('grails.assets', Map, [:]) returns a NavigableMap object, so to avoid the warning I translated that to a Map using toFlatConfig() method

davydotcom commented 2 years ago

I've been looking for a way! Awesome!!

ltamaster commented 2 years ago

cool, any plan for a new release? thanks