rse / node-inline-assets

Node API, CLI and Grunt Task for inlining external assets of HTML/CSS files
https://www.npmjs.org/package/inline-assets
18 stars 4 forks source link

Don`t work with fonts like fontawesome #4

Open fernandobhz opened 7 years ago

fernandobhz commented 7 years ago

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

fernandobhz commented 7 years ago

I`m using the command below to work

inline-assets --pattern "^(?!.awesome).$" index.html > inline-assets.html

that remove font-awesome files...