mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-22 14:33:30 -07:00
added placeholder image for missing posters.
This commit is contained in:
parent
f94ea0e78a
commit
4015984900
6 changed files with 20 additions and 8 deletions
|
@ -105,6 +105,10 @@ module.exports = function (grunt) {
|
|||
src : 'UI/**/*.png',
|
||||
dest: '_output/'
|
||||
},
|
||||
jpg : {
|
||||
src : 'UI/**/*.jpg',
|
||||
dest: '_output/'
|
||||
},
|
||||
fonts : {
|
||||
src : 'UI/**/FontAwesome/*.*',
|
||||
dest: '_output/'
|
||||
|
@ -140,6 +144,10 @@ module.exports = function (grunt) {
|
|||
files: '<%= copy.images.src %>',
|
||||
tasks: ['copy:images']
|
||||
},
|
||||
copyImages : {
|
||||
files: '<%= copy.jpg.src %>',
|
||||
tasks: ['copy:jpg']
|
||||
},
|
||||
copyFonts : {
|
||||
files: '<%= copy.fonts.src %>',
|
||||
tasks: ['copy:fonts']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue