slub / slub_web_qucosa

TYPO3 Sitepackage of Qucosa Tenants (Maintained by @Erikmitk)
GNU General Public License v3.0
1 stars 10 forks source link

Streamline build process #36

Closed Erikmitk closed 2 years ago

Erikmitk commented 2 years ago

This PR updates the asset build workflow.

We have removed the [chunkhash] from the generated artifacts to make it clearer when changes happen to single components. This also fixes the issue of manually removing duplicate and unneeded artifacts, that were automatically deleted due to distinct hashes.

Additionally, there's now a watch command to continuously monitor for changes in the asset files. This makes local development easier because the build pipeline is automatically triggered by any changes.