2 Commits

Author SHA1 Message Date
Alexandre Gigliotti
6e924c49ac 0.2.1 2015-10-15 10:31:04 -07:00
Alexandre Gigliotti
7fa4ab9ddb Update README. 2015-10-15 10:30:59 -07:00
2 changed files with 3 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ The following HTML elements and CSS data types are inlined:
- CSS url data types - The reference path is replaced with a datauri. These can be used in linked stylesheets, style elements, and element style attributes. - CSS url data types - The reference path is replaced with a datauri. These can be used in linked stylesheets, style elements, and element style attributes.
Also, `inline-html` calls can be statically evaluated and included in Browserify bundles using the [`html-inlinify`](https://github.com/panosoft/html-inlinify) transform.
## Usage ## Usage
Assuming ... Assuming ...

View File

@@ -1,6 +1,6 @@
{ {
"name": "inline-html", "name": "inline-html",
"version": "0.2.0", "version": "0.2.1",
"description": "Inline local assets referenced in an HTML document.", "description": "Inline local assets referenced in an HTML document.",
"repository": "panosoft/inline-html", "repository": "panosoft/inline-html",
"main": "lib/index.js", "main": "lib/index.js",