bertramdev / asset-pipeline

The core implementation of the asset pipeline for the jvm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dart-sass-issue Cannot invoke method getByteDigest() on null object

hallke opened this issue · comments

commented

Hello,
we are importing the MDB5 Framework with dart-sass 3.4.4 Version and catch the following exception.
Sass3 4 4

I saw that someone already add a similar issue ticket #297.
It seems like to be the same issue. This fix should be merge in version 3.4.7 but when i use this version i also get the same exception.

Sass3 4 7

@hallke Did you manage to find a fix / workaround for this issue?

commented

@jprabawa My workaround is obviously not the best way. The only thing that helped was to drag the importers below the file to the same level for the affected files.

Thanks for the reply @hallke. I ended up doing something similar: I changed all the imports to use absolute paths and that worked.