incorrect path import

Created on 16 June 2018, about 6 years ago
Updated 23 May 2024, about 1 month ago

Hello,

I'm working in a multisite environment.

Drupal is installed in /var/html/drupal8

a multisite is referenced in /var/html/pub/site1 ( ln -s ../drupal8 site1)
asset_injector works ok.

@import url("/pub/site1/sites/site1/files/asset_injector/css/.......")
and works ok.

but if subsite is referenced in the same directory (/var/html/site2 (ln -s drupal8 site2)
asset_injector create asset but not show it.

It try to import:

@import url("/site2/sites/files/asset_injector/css/....")

and blank css is retrieved because the correct is /site2/sites/site2/files/asset_injector/css/.

I try it in a fresh installation (english only). No others modules activated.

Thanks in advance,

πŸ› Bug report
Status

Closed: won't fix

Version

2.0

Component

Code

Created by

πŸ‡ͺπŸ‡ΈSpain rzgairin

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024