mirror of
https://github.com/KevinMidboe/inline-html.git
synced 2025-10-29 17:40:29 +00: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