-
Notifications
You must be signed in to change notification settings - Fork 77
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
Wildcard for file #95
Comments
Interesting requirement. We don't currently have that capability but I will give it some thought. |
Basically we want to find a way to wait for webpack to finish compiling and generating the files before starting a server, but the files has a hash that is generated as part of the file name |
yes it works great if the exact name is known but if adding a hash at the
end then e we need some improvement
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#95 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAABMOKZ3G3B2GL4275ORO3TGIY2JANCNFSM42AYYNEA>
.
--
Jeff Barczewski
Founder of CodeWinds
http://codewinds.com/
Live and Online developer training
|
How about wait-on |
Is there any wait to wait on a wildcard filename before doing next command? Our file we want to wait on has the smae prefix but rest of the file name is random
The text was updated successfully, but these errors were encountered: