Açıklama Yok

inline.js 299B

1234567891011121314151617
  1. /*
  2. * html-resource-inline
  3. * https://github.com/jrit/html-resource-inline
  4. *
  5. * Copyright (c) 2015 Jarrett Widman
  6. * Based on https://github.com/chyingp/grunt-inline
  7. */
  8. "use strict";
  9. var inline = {};
  10. module.exports = inline;
  11. inline.html = require( "./html" );
  12. inline.css = require( "./css" );