Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble with html attributes #43

Open
Steadyx opened this issue Feb 11, 2017 · 1 comment
Open

Trouble with html attributes #43

Steadyx opened this issue Feb 11, 2017 · 1 comment

Comments

@Steadyx
Copy link

Steadyx commented Feb 11, 2017

Hello!

I really do love this plugin for gulp, really helps speed things up! Although, I've been having a little bit of trouble as of late. I am using your library in tangent with another library to inline my css to a style tag from my main css file. The other package is called gulp-inline-source and it requires an attribute on the link tag.

    <link inline rel="stylesheet" href="./css/main.css">

Though, when everything compiles to it's destination folder I've noticed that inline gets treated as such.

    <link inline="" rel="stylesheet" href="./css/main.css">

I am just wondering if there is a way that maybe I can stop gulp-inline-css from messing with any html attributes that are inputed into the html? Many thanks!

@Steadyx Steadyx changed the title Trouble with data-attributes Trouble with html attributes Feb 11, 2017
@phillipsandoveracademy
Copy link

I am also getting the same issues with inline in a link tag.

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

No branches or pull requests

2 participants