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 --full_sourcemaps, a gulp dist flag to include source code in sourcemaps #21951

Merged
merged 1 commit into from Apr 23, 2019
Merged

Conversation

rsimha
Copy link
Contributor

@rsimha rsimha commented Apr 23, 2019

The default gulp dist doesn't include source code content in sourcemaps. This is useful while debugging, and can be enabled by passing --source_map_include_content=true to closure compiler.

This PR adds a flag for gulp dist called --full_sourcemaps, which internally sets the closure compiler flag.

Addresses #21832 (review)

@rsimha rsimha requested a review from jridgewell April 23, 2019 20:15
@rsimha rsimha self-assigned this Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants