-
Notifications
You must be signed in to change notification settings - Fork 101
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
Running with *.js and '*.js' (quoted) should behave the same #84
Labels
Comments
Have you tried |
Here is how
Perhaps we should try another argument parser? |
nikolay-borzov
added a commit
that referenced
this issue
Feb 21, 2019
- Normalize `<script.js>` and `<script.js.map>` paths. '\'./js/foo.min.js\'' => './js/foo.min.js' - Update dependencies resolves #84
This was referenced Feb 21, 2019
nikolay-borzov
added a commit
that referenced
this issue
Mar 11, 2019
- Normalize `<script.js>` and `<script.js.map>` paths. '\'./js/foo.min.js\'' => './js/foo.min.js' - Update dependencies resolves #84
This was referenced Mar 31, 2019
Closed
Addess #106 |
Closed
nikolay-borzov
added a commit
that referenced
this issue
Apr 13, 2019
- Expand multiple globs - Accept mutiple file tokens - file names or globs
nikolay-borzov
added a commit
that referenced
this issue
Apr 13, 2019
- Trim extra `'` - Expand multiple globs - Accept multiple file tokens - file names or globs
nikolay-borzov
added a commit
that referenced
this issue
Apr 28, 2019
- Trim extra `'` - Expand multiple globs - Accept multiple file tokens - file names or globs
Merged
nikolay-borzov
added a commit
that referenced
this issue
May 6, 2019
- Trim extra `'` - Expand multiple globs - Accept multiple file tokens - file names or globs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got quite confused when I tried to run:
in a directory with 4 bundles. It just shows the usage.
The solution was to run with
'*.js'
(quoted):These should do the same thing.
The text was updated successfully, but these errors were encountered: