Dear people,
i got a local site im working on using "MAMP" on Mac. All Sites are organized in folders under http://localhost/[foldername]
Generating sprites is working fine, but the path always points to
http://localhost/sites (...)
instead of
http://localhost/[my-site-name]/sites (...)
I tried setting $base_url='http://localhost/[my-site-name]' in settings.php, but no luck. Any ideas what else i can do?
Thanks in advance,
F.
Comments
Comment #1
stone_d commentedAnyone an idea?
I think its normal to work in a subdirectory when developing sites for more than one customer.
Comment #2
tsi commentedSorry, this calls for some testing and I really had no time to go into this.
Basically what you're looking for should be under the settings sent to assetic's compass filter on sass.inc around line 260.
If you can figure out what is the missing part we'll see how to expose it via theme settings if needed.
Comment #3
tsi commentedCleaning up