Actions
Task #104390
closedDisable unneeded livereload server in grunt-watch
Status:
Closed
Priority:
Should have
Assignee:
Category:
Code Cleanup
Target version:
Start date:
2024-07-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Do not listen on the livereload port, as we do not ship
the client-side livereload part anyway. This allows
multiple grunt-watch (e.g. main and 12.4) to run
in parallel instead of blocking each other because
they try to allocate the same port.
Actions