web-resource-inliner
Version:
Inlines img, script and link tags into the same file.
17 lines (12 loc) • 299 B
JavaScript
/*
* html-resource-inline
* https://github.com/jrit/html-resource-inline
*
* Copyright (c) 2015 Jarrett Widman
* Based on https://github.com/chyingp/grunt-inline
*/
;
var inline = {};
module.exports = inline;
inline.html = require( "./html" );
inline.css = require( "./css" );