ConnectThink / WP-SCSS

Wordpress Plugin that compiles sass using scssphp
http://wordpress.org/plugins/wp-scss/
248 stars 76 forks source link

Storing full path to base location force errors on staging environment #204

Closed thorque closed 3 years ago

thorque commented 3 years ago

Hello,

I am using an host providing me a staging environment. But in this case there are an issue. The path to the base location is stored as full path in wp_options table. But the path are different between live and staging:

So the generated css are not available. Is there a chance to change this, that only the part from wp-content/... will be stored in wp_options and the path to the wordpress installation is added during runtime? This would solve this issue.

Thanks Thorsten

shadoath commented 3 years ago

Closing this as it is a duplicate of #196. Going to move your comment there as it does a good job outlining the problem.