https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35402
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed --- Comment #16 from Jonathan Druart <[email protected]> --- There is something wrong for ktd users: Error in plugin "sass" Message: koha-tmpl/intranet-tmpl/prog/css/src/installer.scss Error: Can't find stylesheet to import. ╷ 3 │ @import "../../../../../node_modules/bootstrap5/scss/functions"; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ koha-tmpl/intranet-tmpl/prog/css/src/installer.scss 3:9 root stylesheet You are importing only what is in /kohadevbox/koha/node_modules. But we are expecting ktd to have /kohadevbox/node_modules part of the image. At the moment jenkins is failing because of this, `yarn css:build` does not succeed. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
