eclipse-theia / generator-theia-extension

A Yeoman generator for extensions to the Theia IDE
Other
55 stars 40 forks source link

Need for a theia clean or build:clean #180

Closed mgerzabek closed 10 months ago

mgerzabek commented 1 year 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 1 year 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 10 months ago

@mgerzabek Is this solved?

mgerzabek commented 10 months ago

Sorry, forgot to close… thnx!