Pregunta

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?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top