Does not work properly with list of scripts in one-line writing
Open
bug
- Dominant language
- JavaScript
- Stars
- 700
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
Following your documented sample, if the ``s are compressed in the same line:
```html
<html>
<head></head>
<body>
<!-- build:js scripts/combined.js -->
<script type="text/javascript" src="scripts/one.js">
```
It processes only the first file: it does not work!
Contributor guide
Assessment
This issue has not been assessed yet.