Skip to content
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

Add a --list-sources flag #13

Closed
danvk opened this issue Oct 16, 2015 · 2 comments
Closed

Add a --list-sources flag #13

danvk opened this issue Oct 16, 2015 · 2 comments

Comments

@danvk
Copy link
Owner

danvk commented Oct 16, 2015

This will just output a list of source files with code in the generated file, one per line.

Useful for doing before/after comparisons of which files make it into a bundle.

See, e.g. hammerlab/pileup.js#310

@Hypercubed
Copy link
Collaborator

How about this #18 ?

@danvk
Copy link
Owner Author

danvk commented Oct 23, 2015

The --tsv option added by #18 satisfies this use case pretty well. If you don't care about the file sizes, you can just do:

source-map-explorer --tsv foo.min.js | cut -f2

@danvk danvk closed this as completed Oct 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants