question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Globbing for filename

See original GitHub issue

We tend to have a hash generated with filename, thus: main-SOME_RANDOM_HASH.js

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
agoldiscommented, Aug 28, 2018

@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)

screen shot 2018-08-28 at 12 48 50 pm

May be it is supported already… can’t figure out how to use 😦

1reaction
pun4drunkcommented, Aug 2, 2018

What about master size comparisons? Using generated bundle names results each file not having an older version to compare

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found