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

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

Open
mvicens opened this issue Aug 20, 2022 · 0 comments
Open

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

mvicens opened this issue Aug 20, 2022 · 0 comments
Labels

Comments

@mvicens
Copy link

mvicens commented Aug 20, 2022

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!

@jonkemp jonkemp added the bug label Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants