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

refactor(lsp): optimise static assets #8771

Merged
merged 2 commits into from
Dec 15, 2020

Conversation

kitsonk
Copy link
Contributor

@kitsonk kitsonk commented Dec 15, 2020

Fixes #8158

Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I defer to Luca for detailed review.

Unfortunately the size optimization isn't huge, but it's better:

~/src/deno> ls -l target/release/deno
-rwxr-xr-x  2 ry  staff  50277153 Dec 15 05:02 target/release/deno
~/src/deno> ls -l `which deno` # v1.6.1
-rwxr-xr-x  1 ry  staff  50653473 Dec 14 15:46 /Users/ry/.deno/bin/deno

Copy link
Member

@lucacasonato lucacasonato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kitsonk kitsonk merged commit 892d6cc into denoland:master Dec 15, 2020
kitsonk added a commit to lucacasonato/deno that referenced this pull request Dec 18, 2020
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

Successfully merging this pull request may close these issues.

Refactor get_asset and static assets in cli
3 participants