If you add a background image, sweaver adds a

background-image: url(http://local.example.com/sites/example/files/sweaver/sweaver_image_140.png)

to the css file. As you can imagine, if you design on a local environment, this will not be portable on the real server. If the url was specified without the protocol and the domain name like

background-image: url(/sites/example/files/sweaver/sweaver_image_140.png)

this will also work on the real server.

Comments

Anonymous’s picture

I cannot think of any reason not to fix this. Thank you for reporting, a fix will be commited soon.

Anonymous’s picture

Status: Active » Closed (fixed)

Alright, the dev version has been updated. The new version should be up and running in the next hours. Please keep me posted if this is not working.

pepe roni’s picture

Thanks for the quick response. It seems to work!