-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consolidates incremental-dom usage in just one module (#246)
* Fixes wrong IncDom calls that do not close components properly * Uses upstream incremental-dom and incremental-dom-string * Consolidates incremental-dom usage in just one module * Updates to use node 7 * Updates incremental-dom-string to 0.0.2 * Adds isServerSide test for server-side rendering
- Loading branch information
1 parent
a4b3507
commit 1517926
Showing
12 changed files
with
46 additions
and
1,527 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ addons: | |
jwt: | ||
secure: R5Ujw12vDWT9RTVZnjqmgoBeG8QgMdwKoShPHOEwnYOXIkxts5Qmg9+eCVoJRSYMZ2YMKk7sXisApKiOIhGv5PsJwIm1qXPlw6eQCWnnLE/OTJtoM0LgeKOcypwO28pJheHuHbd3jtCJ6eEKQiN1YPXSW2HTctYJU4a2ipgo8JY= | ||
before_install: | ||
- nvm install 5 | ||
- nvm install 7 | ||
- npm install -g [email protected] | ||
- lerna bootstrap | ||
install: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
292 changes: 0 additions & 292 deletions
292
packages/metal-incremental-dom/src/incremental-dom-string.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.