Skip to content

Commit

Permalink
Remove unused files in docs, change script name
Browse files Browse the repository at this point in the history
  • Loading branch information
David Cetinkaya committed Mar 31, 2019
1 parent 0239d8c commit b6c0317
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 748 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import EmblaCarousel from 'embla-carousel'
const embla = EmblaCarousel(document.getElementById('embla'))
```

...or inject the minified script [here](https://raw.githubusercontent.com/davidcetinkaya/embla-carousel/master/sandbox/index.js) into your website.
...or inject the minified script [here](https://raw.githubusercontent.com/davidcetinkaya/embla-carousel/master/docs/assets/index.js) into your website.

```html
<script src="embla.min.js"></script>
Expand Down
1 change: 1 addition & 0 deletions docs/assets/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ <h4 class="feature__heading">Startindex</h4>
</ul>
</div>
</script>
<script type="text/javascript" src="index.js"></script>
<script type="text/javascript" src="assets/index.js"></script>
<script type="text/javascript">
function mergeObjects(targetObj, sourceObject) {
for (var key in sourceObject) {
Expand Down
8 changes: 0 additions & 8 deletions docs/logo.svg

This file was deleted.

Loading

0 comments on commit b6c0317

Please sign in to comment.