summaryrefslogtreecommitdiff
path: root/fix-css-in-html.sed
diff options
context:
space:
mode:
Diffstat (limited to 'fix-css-in-html.sed')
-rw-r--r--fix-css-in-html.sed2
1 files changed, 2 insertions, 0 deletions
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;
bgstack15