Skip to content

Commit

Permalink
Merge pull request #6 from stefanpenner/patch-1
Browse files Browse the repository at this point in the history
Update index.js
  • Loading branch information
davewasmer committed Jun 22, 2016
2 parents c457f82 + 2a63a33 commit c3ca428
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -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
});
}
Expand Down

0 comments on commit c3ca428

Please sign in to comment.