From 6123dc4457296c795ddd68dbc6e549eb18aaa3bd Mon Sep 17 00:00:00 2001 From: Max Carlson <> Date: Tue, 29 Aug 2023 09:14:11 -0600 Subject: [PATCH] Add replace URLs in csspatterns also --- process.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/process.py b/process.py index 0b3d114..795fb5b 100644 --- a/process.py +++ b/process.py @@ -66,6 +66,9 @@ cssdirectory = './css/' csspatterns = [ (r"""@import url\("https://px.animaapp.com/6406baa484a3afe9c63921de.6406baa605cc73851b593804.*.hcp.png"\);""", ''), +(r"""00u46-process-codes-landing-page.html""", """index.html"""), +(r"""1au46-getting-oriented-all-breakpoints.html""", """1au46-getting-oriented.html"""), +(r"""1bu46-capacity-building-u40mobileu41-all-breakpoints.html""", """1bu46-capacity-building.html"""), ] # process css for root, dirs, files in os.walk(cssdirectory):