mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 22:12:15 +00:00
website
This commit is contained in:
@@ -30,7 +30,14 @@ def generate():
|
||||
|
||||
|
||||
def copy_assets():
|
||||
for file in ['style.css', 'logo.jpg', 'map.js', 'favicon.ico']:
|
||||
for file in [
|
||||
'style.css',
|
||||
'logo.jpg',
|
||||
'map.js',
|
||||
'favicon.ico',
|
||||
'github.svg',
|
||||
'x-twitter.svg',
|
||||
]:
|
||||
shutil.copyfile(ASSETS_DIR / file, OUT_DIR / file)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user