archetype-themes / plugin-theme-component

A Shopify CLI plugin for building theme components.
MIT License
9 stars 4 forks source link

Timestamp on build #367

Closed fleveillee closed 6 months ago

fleveillee commented 7 months ago

From @matoululu

Heyo — some devkit feedback, I’m wondering if there is any possibility here components: Build & Install Completed in 1.185 seconds or somewhere towards the end to place some sort of time stamp. Currently on install it spits out a huge amount of text that basically looks identical in my small console window so seeing a time stamp would be useful to see if a change happened

montalvomiguelo commented 7 months ago

Ah there is something that could help this @shopify/cli-kitnode/ui/components/ConcurrentOutput

fleveillee commented 7 months ago

Nice suggestion, @montalvomiguelo. I think we should implement something like that eventually, especially if we run shopify theme component dev and shopify theme dev together. But for now @matoululu just wants the time at the end of the process and it is simpler to just add that rather than implementing this library globally.

fleveillee commented 6 months ago

Fixed in plugin-theme-component [3.2.0]