gulp-useref icon indicating copy to clipboard operation
gulp-useref copied to clipboard

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

Open mvicens opened this issue 3 years ago • 0 comments

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!

mvicens avatar Aug 20 '22 14:08 mvicens