From 0c80c29d0fde63d9617d5769038963375e698628 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 9 Jun 2020 16:55:15 -0400 Subject: initial commit --- fix-css-in-html.sed | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 fix-css-in-html.sed (limited to 'fix-css-in-html.sed') diff --git a/fix-css-in-html.sed b/fix-css-in-html.sed new file mode 100644 index 0000000..eb07dd9 --- /dev/null +++ b/fix-css-in-html.sed @@ -0,0 +1,2 @@ +s:/assets/application-5e11f017cc719f3e7c77f1024cdea9381ee9b21f47fe391ef5d29a7f3c94ce4a.css:css/application-5e11f017cc719f3e7c77f1024cdea9381ee9b21f47fe391ef5d29a7f3c94ce4a.css:g; +s:/assets/print-c8ff536271f8974b8a9a5f75c0ca25d2b8c1dceb4cff3c01d1603862a0bdcbfc.css:css/print-c8ff536271f8974b8a9a5f75c0ca25d2b8c1dceb4cff3c01d1603862a0bdcbfc.css:g; -- cgit