I am customizing a few .haml files. Just some minor changes in look and feel to fit my needs.
After a change, I kill the MiqUiWorker threads (using the rails console) to activate changes. However, this is time-consuming, and when I’ve accidentally introduced an error in a .haml file, I may end up with a system that will not render the particular file. At times, even the appliance needs to be restarted. I hope there is a better way to convert .haml files
Can anybody explain how works in a more efficient way (inclusive checking the converted file)?