How I missed it.
You should add a livereload script to your index.html and change the port you are currently using.
<script src="http://localhost:35729/livereload.js?snipver=1"></script>
You can only add this to the development version, so I think you should take a look at gulp-inject to get this behavior.
AperΓ§u
source share