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
Comment #4
thejimbirch commentedFix pushed in branches:
8.x-2.0
8.x-1.0-beta2
Comment #5
thejimbirch commented