Actions
Bug #97241
closedMake grunt task imagemin a manual task
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-03-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The imagemin task is triggered when running "grunt build".
But this task is only required to run when a image was changed/added. So it's sufficient to run it only when needed.
On top of that it throws warnings (Build/Scripts/runTests.sh -s checkGruntClean) and the images are not processed:
Warning: Error: spawn Unknown system error -8 in file ../typo3/sysext/core/Resources/Public/Icons/Flags/TJ.png Used --force, continuing.
Actions