mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New NzbDrone logo.
This commit is contained in:
@@ -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']
|
||||
|
Reference in New Issue
Block a user