-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new system to handle backend change (#22)
- Loading branch information
1 parent
5a3e48b
commit 9820b1f
Showing
16 changed files
with
194 additions
and
18 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 |
---|---|---|
|
@@ -2,8 +2,6 @@ language: node_js | |
node_js: | ||
- "node" | ||
- "lts/*" | ||
- "8" | ||
- "7" | ||
|
||
script: | ||
- npm run travis:test | ||
|
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>dnd-multi-backend Examples</title> | ||
</head> | ||
<body> | ||
<div>TODO:</div> | ||
<script src="examples_dnd-multi-backend.min.js"></script> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Examples</title> | ||
</head> | ||
<body> | ||
<p>Here are the examples for each package:</p> | ||
<ul> | ||
<li><a href="react-dnd-multi-backend.html">react-dnd-multi-backend</a></li> | ||
<li><a href="dnd-multi-backend.html">dnd-multi-backend</a></li> | ||
<li><a href="react-dnd-preview.html">react-dnd-preview</a></li> | ||
</ul> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>ReactDnDMultiBackend Examples</title> | ||
<style> | ||
.square { | ||
display: inline-block; | ||
width: 100px; | ||
height: 100px; | ||
margin: 10px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div id="root">React is not working</div> | ||
<script src="examples_react-dnd-multi-backend.min.js"></script> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>react-dnd-preview Examples</title> | ||
</head> | ||
<body> | ||
<div id="root">TODO: React is not working</div> | ||
<script src="examples_react-dnd-preview.min.js"></script> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.