https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35402
--- Comment #17 from Paul Derscheid <[email protected]> --- Created attachment 170709 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170709&action=edit Bug 35402: (follow-up) Use ~ to resolve to nearest node_modules when building css - This patch adds a new dev dependency node-sass-tilde-importer. - We use the tilde to resolve to the nearest node_moduldes, meaning - /kohadevbox/koha/node_modules or - /kohadevbox/node_modules - We explicitly prefix the last path component with an underscore to prevent the resolution from failing (this doesn't seem necessary for all cases, though) -- 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/
