Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

Disable base64 ? #34

Open
xhoskin opened this issue Sep 3, 2015 · 2 comments
Open

Disable base64 ? #34

xhoskin opened this issue Sep 3, 2015 · 2 comments
Assignees

Comments

@xhoskin
Copy link

xhoskin commented Sep 3, 2015

Is it possible to disable replacing src path with base64 for img tag ?

@javierpose
Copy link

Make use of webResources:

        inlinecss: {
            myfile: {
                options: {
                    webResources: {
                        images: false,
                    }
                },
                files: {
                    '/dest.html': '/src.html',
                }
            }
        },

@stevepiron
Copy link

Thanks @javierpose, it works!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants