Skip to content

Bundle assets into single javascript file#188

Merged
mliebelt merged 1 commit intomliebelt:masterfrom
LTe:bundle-assets
Jan 30, 2021
Merged

Bundle assets into single javascript file#188
mliebelt merged 1 commit intomliebelt:masterfrom
LTe:bundle-assets

Conversation

@LTe
Copy link
Copy Markdown
Contributor

@LTe LTe commented Jan 27, 2021

Bundle assets into single javascript file

Related: #170

There is not a lot of assets, but handling them is difficult. It can be
super easy when everything is in single file. There is
disadvantage of having bigger file.

File after bundle:

# before gzip
❯ more pgnv.js | wc -c
  641962
# after gzip
❯ gzip -c -9 pgnv.js | wc -c
  301743

There is not a lot of assets, but handling them is difficult. It can be
super easy when everything is in single file. There is
disadvantage of having bigger file.
@mliebelt mliebelt merged commit d55327a into mliebelt:master Jan 30, 2021
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.

2 participants