mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
added episode detail modal
summary tab is working.
This commit is contained in:
+3
-3
@@ -91,8 +91,8 @@ module.exports = function (grunt) {
|
||||
|
||||
copy: {
|
||||
index : {
|
||||
src : 'UI/index.html',
|
||||
dest: '_output/UI/index.html'
|
||||
src : 'UI/**/index.html',
|
||||
dest: '_output/'
|
||||
},
|
||||
scripts: {
|
||||
src : 'UI/**/*.js',
|
||||
@@ -114,7 +114,7 @@ module.exports = function (grunt) {
|
||||
|
||||
watch: {
|
||||
bootstrap : {
|
||||
files: ['<%= less.bootstrap.src %>', 'UI/**/FontAwesome/**'],
|
||||
files: ['UI/**/Bootstrap/**', 'UI/**/FontAwesome/**'],
|
||||
tasks: ['less:bootstrap']
|
||||
},
|
||||
generalLess: {
|
||||
|
||||
Reference in New Issue
Block a user