From 2a63a3352da05615f8c1b56edcd661dbd1bee1a5 Mon Sep 17 00:00:00 2001 From: Stefan Penner Date: Tue, 21 Jun 2016 20:28:00 -0700 Subject: [PATCH] Update index.js --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 41532cf..6ffe7d6 100644 --- a/index.js +++ b/index.js @@ -43,6 +43,7 @@ function Favicons(inputPaths, options) { this.imagePath = options.imagePath || 'favicon.png'; this.htmlCallback = options.htmlCallback || function() {}; Plugin.call(this, inputPaths, { + inputFiles: [this.imagePath], // the only input we care about, all output is derived from this input annotation: options.annotation }); }