Skip to content

Commit

Permalink
feat(script:resource): remove bg color suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed Feb 10, 2020
1 parent b13b70d commit 2552fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
def cleaner_aws(f):
f = f.replace("_", "-")
f = f.replace("@4x", "")
f = f.replace("-light-bg", "")
for p in cfg.FILE_PREFIXES["aws"]:
if f.startswith(p):
f = f[len(p):]
Expand Down

0 comments on commit 2552fbf

Please sign in to comment.