mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
added episode detail modal
summary tab is working.
This commit is contained in:
parent
80759f923e
commit
95a6dfc34e
14 changed files with 174 additions and 47 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue