mirror of
https://github.com/panosoft/inline-html
synced 2026-01-13 13:04:30 -08:00
Added support for verbose option that returns filenames of each inlined file alongside inlined html.
This commit is contained in:
@@ -3,7 +3,7 @@ var path = require('path');
|
||||
var fs = require('fs');
|
||||
|
||||
var filepath = path.resolve(__dirname, './fixtures/index.html');
|
||||
var options = {};
|
||||
var options = {verbose: true};
|
||||
|
||||
inline(filepath, options)
|
||||
.then(function (html) {
|
||||
|
||||
Reference in New Issue
Block a user