[Scummvm-git-logs] scummvm-web master -> 2c0da7cfbc0579195a16a58822e363c69105adb1
Mataniko
mataniko at gmail.com
Wed Dec 2 22:42:20 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
2c0da7cfbc BUILD: Fix icon generation
Commit: 2c0da7cfbc0579195a16a58822e363c69105adb1
https://github.com/scummvm/scummvm-web/commit/2c0da7cfbc0579195a16a58822e363c69105adb1
Author: Mataniko (mataniko at gmail.com)
Date: 2020-12-02T17:42:12-05:00
Commit Message:
BUILD: Fix icon generation
Changed paths:
composer.json
diff --git a/composer.json b/composer.json
index 40f68776..7fd7efd5 100644
--- a/composer.json
+++ b/composer.json
@@ -72,6 +72,7 @@
"icons": [
"glue public_html/images/icons/games/ --img=public_html/images/ --scss=scss/sprites/ --retina",
"glue public_html/images/icons/platforms/ --img=public_html/images/ --scss=scss/sprites/ --retina",
+ "sed -i'' -e 's#../../public_html#../#g' ./scss/sprites/*",
"mv scss/sprites/games.scss scss/sprites/_games.scss",
"mv scss/sprites/platforms.scss scss/sprites/_platforms.scss"
]
More information about the Scummvm-git-logs
mailing list