I have grunt-contrib-watch working, but if I change javascript under jQuery(document).ready I have to reload the page.
Is it possible to have the watch trigger the document ready event so I do not have to refresh the page?
I have grunt-contrib-watch working, but if I change javascript under jQuery(document).ready I have to reload the page.
Is it possible to have the watch trigger the document ready event so I do not have to refresh the page?
It's working. I did not have my browser plugin enabled. It now refreshes the page if javascript is changed. Specifically I was working on jqplot. Apologizes for confusion.