Skip to content

Commit

Permalink
Add replace URLs in csspatterns also
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Carlson committed Aug 29, 2023
1 parent 192d7b7 commit 6123dc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions process.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 6123dc4

Please sign in to comment.