grunt-inline
grunt-inline copied to clipboard
Brings externally referenced resources, such as js, css and images, into a single file.
Hi `` tags seems to be handled only as "stylesheet" I have a `` and the module tries to convert it in CSS which obviously fails. Great module by the...
Hi! An option to change the target attribute name would come in handy, for example with html5 banners exported from Google Web Designer: `` These have no src attribute, and...
I tried to use grunt-inline and while all my css and js files were minified / uglified and inlined, the background images referenced in the css haven't been base64 encoded....
What an `exmample`? This fixes a typo in the readme file.
Hi, thanks for that great plugin. I would like to see native jade support also... e.g.: `link(href="../public/layouts/core.critical.min.css?__inline=true" rel="stylesheet")` to `style ............`
adding in Grunt log, adding in support for options: maxSize. Grunt command would look like: grunt.initConfig({ inline: { dist: { options: { maxSize: 65536 // default to 64KB }, src:...