Globbing for filename
See original GitHub issueWe tend to have a hash generated with filename, thus:
main-SOME_RANDOM_HASH.js
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Bash Globbing Tutorial - Linux Hint
Globbing is mainly used to match filenames or searching for content in a file. Globbing uses wildcard characters to create the pattern. The...
Read more >18.2. Globbing
Bash performs filename expansion on unquoted command-line arguments. The echo command demonstrates this. It is possible to modify the way Bash interprets ...
Read more >glob (programming) - Wikipedia
In computer programming, glob patterns specify sets of filenames with wildcard characters. For example, the Unix Bash shell command mv *.txt textfiles/ ...
Read more >glob - Greg's Wiki
"Glob" is the common name for a set of Bash features that match or expand specific types of patterns. Some synonyms for globbing...
Read more >File Name Glob Patterns - Fossil SCM
A glob pattern is a text expression that matches one or more file names using wild cards familiar to most users of a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@siddharthkp echoing @pun4drunk question - in my project (and usually) we have bundles generated with a hash suffix, so every build generates a new filename - when this awesome tool compares to the previous build, it is always
(-null)
May be it is supported already… can’t figure out how to use 😦
What about master size comparisons? Using generated bundle names results each file not having an older version to compare