LiveReload is awesome (now that it works :). The only part that doesn't seem to be working is when I change template files, I have to manually refresh. Any way to get that working?
Asked
Active
Viewed 129 times
1 Answers
0
By default it livereloads the top-level HTML files. If you have it nested in a subfolder you'll need to update the globbing. You also need to make sure you've added the template compiling grunt task to watch.

Sindre Sorhus
- 62,972
- 39
- 168
- 232
-
I'm just using the out of the box configuration with the backbone generator. Seems like that should handle that for me. :) – sprugman Sep 04 '13 at 21:39
-
Open a ticket on that repo ;) – Sindre Sorhus Sep 04 '13 at 22:43
-
Fixed [livereload on template files](https://github.com/yeoman/generator-backbone/commit/c3f3e1b85518c66e0b9b7da253d04d6a289e827b) – RSK Sep 16 '13 at 18:09