Skip to content

Commit

Permalink
Copy source files to demo folder for compatibility with Safari local …
Browse files Browse the repository at this point in the history
…dev setup
  • Loading branch information
nateplusplus committed Jan 14, 2022
1 parent 02fd34c commit 2002df8
Show file tree
Hide file tree
Showing 6 changed files with 4,871 additions and 147 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>PushIn JS</title>
<link rel='stylesheet' href='demo.css'>
<script src="pushin.js" type="text/javascript"></script>
</head>
<body>
<header class="demo-header">
Expand Down Expand Up @@ -49,7 +50,6 @@ <h1>PushIn.js</h1>
</li>
</ul>
</footer>
<script src="../dist/pushin.js" type="text/javascript"></script>
<script type="text/javascript">
pushInStart( '.push-in' );
</script>
Expand Down
1 change: 1 addition & 0 deletions demo/pushin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 1 addition & 32 deletions dist/pushin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2002df8

Please sign in to comment.