drupalwxt / wxt-project

Composer project template for Drupal 9 sites built with the WxT distribution.
9 stars 7 forks source link

CSS and JS files not being loaded correctly #5

Closed gpatrick2 closed 6 years ago

gpatrick2 commented 6 years ago

The CSS and JS files for the theme are not being loaded by Drupal

Drupal is given the paths "/libraries/wet-boew/css" and "/libraries/wet-boew/js", while the correct path are "/profiles/wxt/libraries/wet-boew/css" and "/profiles/wxt/libraries/wet-boew/js"

sylus commented 6 years ago

The correct paths in D8 are actually in the /libraries path so this is correct.

Can see our composer.json below:

https://github.com/drupalwxt/wxt/blob/8.x-2.x/composer.json#L204