Hi,
I saw that you removed the method getFullPathIndex from the WebJarAssetLocator in 60f01fb#diff-91255789c37eabd7e53b4647bc611bd0L98
Is there a replacement for this method?
I'm currently using this method in the libsass-maven-plugin. Before Release 0.39, I could pass in something like
"susy/sass/susy/_math.scss"
and get back a path like
META-INF/resources/webjars/susy/2.1.1/sass/susy/_math.scss
See https://gitlab.com/haynes/libsass-maven-plugin/blob/master/src/main/java/wrm/libsass/WebJarTranslator.java for how it's currently used in the plugin.
It would be awesome if you could add back support for a similar method. π
Hi,
I saw that you removed the method getFullPathIndex from the
WebJarAssetLocatorin 60f01fb#diff-91255789c37eabd7e53b4647bc611bd0L98Is there a replacement for this method?
I'm currently using this method in the libsass-maven-plugin. Before Release
0.39, I could pass in something like"susy/sass/susy/_math.scss"and get back a path like
META-INF/resources/webjars/susy/2.1.1/sass/susy/_math.scssSee https://gitlab.com/haynes/libsass-maven-plugin/blob/master/src/main/java/wrm/libsass/WebJarTranslator.java for how it's currently used in the plugin.
It would be awesome if you could add back support for a similar method. π