bootstrap_paragraphs.libraries.yml has one line error and because of that drupal does not minify the css (and gives 404) error.

bootstrap-paragraphs:
  css:
    component:
      css/bootstrap-paragraphs.css:
        minified: false
      css/bootstrap-paragraphs-colors.css:
      minified: false
  dependencies:
    - core/jquery

Should be:

bootstrap-paragraphs:
  css:
    component:
      css/bootstrap-paragraphs.css:
        minified: false
      css/bootstrap-paragraphs-colors.css:
        minified: false
  dependencies:
    - core/jquery

Comments

wroxbox created an issue. See original summary.

  • thejimbirch committed 3aa7ca6 on 8.x-2.x
    Issue #2865346 by thejimbirch, wroxbox: Minified / Compiled css gives...

  • thejimbirch committed c586087 on 8.x-1.x
    Issue #2865346 by wroxbox: Minified / Compiled css gives 404
    
thejimbirch’s picture

Status: Active » Fixed

Fix pushed in branches:

8.x-2.0
8.x-1.0-beta2

thejimbirch’s picture

Status: Fixed » Closed (fixed)