eclipse-theia / generator-theia-extension

A Yeoman generator for extensions to the Theia IDE
Other
49 stars 37 forks source link

Need for a theia clean or build:clean #180

Closed mgerzabek closed 8 months ago

mgerzabek commented 11 months ago

Is there something like a yarn build:clean or theia clean that deletes all built artefacts?

When I develop without yarn watch, do a yarn build:browser and restart theia the changes are not picked up. But when I delete all lib folders and do the rebuild then the changes are picked up.

What am I missing?

vince-fugnitto commented 11 months ago

@mgerzabek you can run the yarn theia clean command from packages you wish to cleanup. If you are not using the yarn watch workflow, then you should rebuild packages that have been modified, rebuild the example application(s) and restart.

JonasHelming commented 8 months ago

@mgerzabek Is this solved?

mgerzabek commented 8 months ago

Sorry, forgot to close… thnx!