Hi, I’m having a similar problem using a “background-image” in halo-ext.scss for my custom theme.
In scss I have “background: url(images/instFee.png)” but in the compiles style sheet the output is: "background url(com.company.tojm/images/instFee.png?v=2017_05_19_23_50)"
The problem here is the “com.company.tojm/” prefix which causes the image to not be found…
How can this be solved?
I’m using Cuba studio/platform 6.5.1
Thank you!
— Edit—
For some reason its now working, even with the prefix… it must have been a different cause…
Solved.
This prefix is just directory name, it should not lead to problems with CSS. The problem stated above is related to Google Fonts web service, not to web resources of a project.
The issue is fixed in 6.5.2. We are going to publish it next week. You can check it if you temporary switch your platform version to 6.5-SNAPSHOT. We publish -SNAPSHOT versions to collect additional feedback for Work in Progress features and give you ability to check our fixes.