y-scope / clp

Compressed Log Processor (CLP) is a free log management tool capable of compressing logs and searching the compressed logs without decompression.
https://yscope.com
Apache License 2.0
871 stars 70 forks source link

Taskfile: yscope-log-viewer sources are out of sync in task `log-viewer-webui-clients`. #576

Closed junhaoliao closed 1 week ago

junhaoliao commented 1 week ago

Bug

502 updated yscope-log-viewer to a newer code base but did not update the source list in task log-viewer-webui-clients.

https://github.com/y-scope/clp/blob/426cc3d657c67e9fdffe6681e670cba617f4154f/Taskfile.yml#L231C1-L236C44

Also related: #565

CLP version

426cc3d657c67e9fdffe6681e670cba617f4154f

Environment

Ubuntu 22.04 + Task 3.40.0

Reproduction steps

  1. Run task to build the CLP package.
  2. Modify files in yscope-log-viewer/public
  3. Run task and observe a rebuild is not triggered.