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
OK, i just realized that Toolkit pulls in Sassy-Strings, which also has a str-replace function but the argument order is different than the one defined in Toolkit's config.rb. if i follow Sassy-Strings argument order, the function works.
is there some namespace collision/resolution happening here? do we need to remove the Toolkit str-replace and update the docs to give the correct argument order?
ahoy,
it seems like str-replace is not working. given the following input
the output is
DEBUG: hello
. basically, it seems to return the$find
string no matter what.my current Bundler versions are:
thanks
The text was updated successfully, but these errors were encountered: