This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
diagrams
mirror of
https://github.com/mingrammer/diagrams.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
feat(script:resource): remove bg color suffix
tags/v0.2.1
mingrammer
4 years ago
parent
b13b70d533
commit
2552fbfb22
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
scripts/resource.py
+ 1
- 0
scripts/resource.py
View File
@@ -19,6 +19,7 @@ _usage = "Usage: resources.py <cmd> <pvd>"
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):]
Write
Preview
Loading…
Cancel
Save