mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-30 01:00:14 +02:00
changelog image fix
This commit is contained in:
@@ -488,7 +488,7 @@ gulp.task('changelog-image', function (cb) {
|
||||
|
||||
let newIcons = [];
|
||||
|
||||
ret.replace(/[AD]\s+src\/_icons\/([a-z1-9-]+)\.svg/g, function (m, fileName) {
|
||||
ret.replace(/[AD]\s+src\/_icons\/([a-z0-9-]+)\.svg/g, function (m, fileName) {
|
||||
newIcons.push(fileName);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user