You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@jamesward Thanks for your reply 😄
I'll have to rewrite stuff a little bit and extract the name from the uri, but that works for me.
That being said, I think 0.39 removed a bit of flexibility because now you don't have a function anymore where you can pass a custom regex matcher anymore.
It might be worth adding that back.
Hi,
I saw that you removed the method getFullPathIndex from the
WebJarAssetLocator
in 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.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. 😃
The text was updated successfully, but these errors were encountered: