node-inline-assets icon indicating copy to clipboard operation
node-inline-assets copied to clipboard

Node API, CLI and Grunt Task for inlining external assets of HTML/CSS files

Results 8 node-inline-assets issues
Sort by recently updated
recently updated
newest added

Inline assets for `` `apple-touch-icon`, `icon`, `manifest`, `mask-icon`, `shortcut icon`.

Needed the following style attribute to inline the background-image rule: ``````

Hi. Could you consider adding support for SCSS files? They have a similar syntax to normal CSS files, so that should not be too hard for adding support for them.

enhancement

Does this support the inlining of `.wasm` files? It would be very useful for building standalone web apps! :)

enhancement

* uglify-js replaced with uglify-es in order to support ES6+ * fixed problem with handling results from minify() caused by uglify-js/es@3 API changes

How about the ability to parse remote URLs like this old project https://github.com/remy/inliner

enhancement

If a script tag is commented out then the file backing it might not exist. The utility still tries to grab the file even though it isn't needed for the...

enhancement

Don`t work with fonts like fontawesome Try on that page and see the icons on menu https://blackrockdigital.github.io/startbootstrap-sb-admin-2/pages/index.html full source code downloadable https://github.com/BlackrockDigital/startbootstrap-sb-admin-2/archive/gh-pages.zip