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

Further reduce JS size #72

Open
japgolly opened this issue Jan 20, 2016 · 6 comments
Open

Further reduce JS size #72

japgolly opened this issue Jan 20, 2016 · 6 comments

Comments

@japgolly
Copy link
Owner

Scala.JS should be able to eliminate much more code during DCE.

@japgolly
Copy link
Owner Author

An idea could be to have a macro build each stylesheet at compile-time and just store the resulting CSS AST. Technically that would reduce the footprint to near zero.

@japgolly
Copy link
Owner Author

japgolly commented Jun 8, 2016

Removed @inlines in #83. -40k

@japgolly
Copy link
Owner Author

japgolly commented Jun 8, 2016

Change Attrs' vals to defs in f13e9c4. -46k

@japgolly
Copy link
Owner Author

japgolly commented Jun 8, 2016

Removed Scalaz in #85. -25k.

@japgolly
Copy link
Owner Author

japgolly commented Jun 9, 2016

Removed PhantomJS no longer used in defaults (684c07e). -30k.

@japgolly
Copy link
Owner Author

b957efa shaved 2k off.

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

1 participant