grunt-inline icon indicating copy to clipboard operation
grunt-inline copied to clipboard

Brings externally referenced resources, such as js, css and images, into a single file.

Results 54 grunt-inline issues
Sort by recently updated
recently updated
newest added

Hi there, I've tried using this package on html templates inside files that don't end with `.html`, but it doesn't work at all. Can you please let me know if...

I have a mustache template that contains html and I try to inline a js file into it. Aside from the file extension and a few mustache tags its just...

Expected: Project is written with testable code that doesn't require integration test that use file-comparison (which is very brittle) to validate regex. For example, in inline.js, isolate all methods that...

Please add support for external files in SVG files. ``` ``` ``` ```

Hey, Just wondering how it could be possible to pass options to uglifyJS ? Options such as "drop_console" are pretty effective, and I would gladly have that in my inlined...

Bringing back the options inlineTagAttributes.js and inlineTagAttributes.css to add attributes to style- and script-elements.

why not add remote resources, eg: http://a.com/a.js

Inline will currently try to set the relative path for inline SVG when it is not in base64 format we have simply added another test for inline SVG to resolve...