mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
New NzbDrone logo.
This commit is contained in:
parent
fa6888e964
commit
c83a67c9e2
10 changed files with 32 additions and 4 deletions
|
@ -114,6 +114,10 @@ module.exports = function (grunt) {
|
|||
src : 'UI/**/*.jpg',
|
||||
dest: '_output/'
|
||||
},
|
||||
icon : {
|
||||
src : 'UI/**/*.ico',
|
||||
dest: '_output/'
|
||||
},
|
||||
fontAwesome : {
|
||||
src : 'UI/**/FontAwesome/*.*',
|
||||
dest: '_output/'
|
||||
|
@ -160,6 +164,10 @@ module.exports = function (grunt) {
|
|||
files: '<%= copy.jpg.src %>',
|
||||
tasks: ['copy:jpg']
|
||||
},
|
||||
copyJpg : {
|
||||
files: '<%= copy.icon.src %>',
|
||||
tasks: ['copy:icon']
|
||||
},
|
||||
copyFontAwesome : {
|
||||
files: '<%= copy.fontAwesome.src %>',
|
||||
tasks: ['copy:fontAwesome']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue