1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-12 15:19:45 +00:00

fixed index.html watch.

This commit is contained in:
kay.one 2013-06-08 12:47:51 -07:00
parent 9c35942f47
commit 35af6ecdb6

View file

@ -93,7 +93,7 @@ module.exports = function (grunt) {
copy: {
index : {
src : 'UI/index.html',
src : 'UI/*ndex.html',
dest: '_output/'
},
scripts: {