https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35402
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #170709|0 |1 is obsolete| | Attachment #170710|0 |1 is obsolete| | Attachment #170711|0 |1 is obsolete| | Attachment #170712|0 |1 is obsolete| | --- Comment #21 from Jonathan Druart <[email protected]> --- Created attachment 170714 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170714&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) Signed-off-by: Jonathan Druart <[email protected]> -- 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/
