Skip to content

Don't work without " character #11

@se-panfilov

Description

@se-panfilov

Release 0.1.6

After gulp-minify-html my refs become like:

<script src=dist/app.js?rev=@@hash type=text/javascript></script>

And this didn't work while src=dist/app.js?rev=@@hash, but it will be work if it will be src"=dist/app.js?rev=@@hash"

So, in other words:

<script src="dist/app.js?rev=@@hash" type=text/javascript></script> - works

<script src=dist/app.js?rev=@@hash type=text/javascript></script> - not working

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions