mendixlabs / generator-mendix

Yeoman generator for Mendix widgets
MIT License
17 stars 15 forks source link

Changes in Template and CSS are not copied to deployment #23

Closed remcos closed 7 years ago

remcos commented 7 years ago

When updating the HTML Template or CSS sheets of a widget, I have to restart the application to see the effects. Would be really nice if it would directly copy the changes to the deployment directory.

JelteMX commented 7 years ago

See README:

It will also copy any changed Javascript files to your deployment folder. This means you do not have to redeploy locally, you can just refresh your browser. For changes in XML or CSS you will still need to synchronize your project directory (press F4 in the modeler) and redeploy.

For CSS that is correct. For HTML Templates, it should work. I'll investigate that.