Skip to content
This repository was archived by the owner on May 29, 2020. It is now read-only.

Commit 4c02705

Browse files
committed
Rename customOutput to customOutputs to match documentation.
1 parent ba5c971 commit 4c02705

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ module.exports = function(grunt) {
288288
options: {
289289
dest: 'test/tmp/custom_output_icons',
290290
destCss: 'test/tmp/custom_output_css',
291-
customOutput: [{
291+
customOutputs: [{
292292
template: 'test/templates/custom.js',
293293
dest: 'test/tmp/custom_output/test-icon-config.js'
294294
}, {

tasks/webfont.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ module.exports = function(grunt) {
104104
descent: options.descent !== undefined ? options.descent : 64,
105105
cache: options.cache || path.join(__dirname, '..', '.cache'),
106106
callback: options.callback,
107-
customOutputs: options.customOutput
107+
customOutputs: options.customOutputs
108108
};
109109

110110
o = _.extend(o, {

0 commit comments

Comments
 (0)