| 1234567891011121314151617 |
- /*
- * html-resource-inline
- * https://github.com/jrit/html-resource-inline
- *
- * Copyright (c) 2015 Jarrett Widman
- * Based on https://github.com/chyingp/grunt-inline
- */
- "use strict";
- var inline = {};
- module.exports = inline;
- inline.html = require( "./html" );
- inline.css = require( "./css" );
|