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