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

Miscellaneous work #45

Merged
merged 1 commit into from Feb 8, 2016
Merged

Miscellaneous work #45

merged 1 commit into from Feb 8, 2016

Commits on Feb 8, 2016

  1. A collection of miscellaneous work I've been doing

    - Experimenting with webpack, although not sure it's a huge win since
      the dist is run through derequire
    - Added function names instead of leaving them anonymous
    - Swapped out for clearer Array#push instead of using Array#length and
      assigning directly
    - Fixed the bug where transitions were always recursively called into
      children when only attached and detached should
    - Better HTML markup handling, we conform better to the HTML spec, by
      removing whitespace between <html></html> and automatically add in
      missing <head></head> and <body></body>.
    tbranyen committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    3e915ca View commit details
    Browse the repository at this point in the history