1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02: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: {