Open Xendergo opened 1 year ago
Hi, Thank you for opening an issue. I checked your code and got the problem.
If you get some idea please suggest it( I will also think about possible solutions for this problem). Till then we can use the workaround you have found.
If you have a directory structure like this:
style_sheet!(...)
will base files paths fromworkspace
but the build function inbuild.rs
bases file paths fromworkspace/frontend
.My workaround is to change my build.rs to this:
To reproduce: bug-testing.zip