I am developing a helper and each time I make a change to it I have to shutdown the middleman server and then restart it (middleman server
) and refresh the page before seeing the changes.
Is this how everyone else is doing it? Is there any easier way apart from developing the helper as a standalone ruby script and integrating to Middleman once complete?