mirror of https://github.com/Radarr/Radarr
fixed index.html watch.
This commit is contained in:
parent
9c35942f47
commit
35af6ecdb6
|
@ -93,7 +93,7 @@ module.exports = function (grunt) {
|
||||||
|
|
||||||
copy: {
|
copy: {
|
||||||
index : {
|
index : {
|
||||||
src : 'UI/index.html',
|
src : 'UI/*ndex.html',
|
||||||
dest: '_output/'
|
dest: '_output/'
|
||||||
},
|
},
|
||||||
scripts: {
|
scripts: {
|
||||||
|
|
Loading…
Reference in New Issue