Domanda

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?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top