Merge pull request #221 from nasa/open203

[Documentation] Images missing from tutorials
This commit is contained in:
Victor Woeltjen 2015-10-29 08:50:03 -07:00
commit df3b0bd6fb

View File

@ -187,7 +187,7 @@ GLOBAL.window = GLOBAL.window || GLOBAL; // nomnoml expects window to be define
destPath = path.dirname(destination),
streamOptions = {};
if (file.match(/png$/)){
streamOptions.encoding = 'binary';
streamOptions.encoding = null;
} else {
streamOptions.encoding = 'utf8';
}