- First commit to issue fork.
- Status changed to Closed: works as designed
10 months ago 12:20pm 24 January 2024 - Status changed to Needs work
9 months ago 10:04pm 24 January 2024 - 🇮🇹Italy apaderno Brescia, 🇮🇹
The barebones.libraries.yml file is referring to a assets/scripts/application.js file which does not exist, since the file is scripts/application.js.
css: version: 1.x css: theme: assets/stylesheets/application.css: { minified: false } js: version: 1.x js: assets/scripts/application.js: { minified: false } dependencies: - core/jquery - core/drupal.ajax - core/drupal - core/drupalSettings - core/jquery.once
- Status changed to Closed: works as designed
9 months ago 2:56pm 3 February 2024 - 🇸🇮Slovenia tinamrak
assets/stylesheets/application.css
andassets/scripts/application.js
are compiled with gulp.As per readme, you have to:
cd .npm npm install npm audit fix gulp