ashleydavis / inliner-issue

Demonstrates an issue with the inliner package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inliner-issue

Demonstrates an issue with the inliner package.

Clone the repo then install dependencies:

npm install

Working

To see it working:

npm run build-working

Note that the output file ./out/index.html contains the web page.

Not working

To see it broken:

npm run build-broken

Note that the output file ./out/index.html is now empty and it should not be empty.

Workaround

To see a workaround for the issue:

npm run build-workaround

Note that the output file ./out/index.html contains the web page.

About

Demonstrates an issue with the inliner package.


Languages

Language:JavaScript 85.1%Language:HTML 14.9%