Skip to content

Does not work properly with list of scripts in one-line writing #270

@mvicens

Description

@mvicens

Following your documented sample, if the <script>s are compressed in the same line:

<html>
<head></head>
<body>
	<!-- build:js scripts/combined.js -->
	<script type="text/javascript" src="scripts/one.js"></script><script type="text/javascript" src="scripts/two.js"></script>
	<!-- endbuild -->
</body>
</html>

It processes only the first file: it does not work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions