0

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?

sprugman
  • 19,351
  • 35
  • 110
  • 163

1 Answers1

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