Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top