Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
asif-jalil committed Aug 23, 2023
1 parent ff348a9 commit 5cfcac8
Show file tree
Hide file tree
Showing 22 changed files with 833 additions and 1,168 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
- For feature create branch `feature/your-feature` and for bug fixing branch `fix/your-branch`
- Your change should only be in the `src` folder.
- Follow the code style. Spaces in brackets, semicolons, trailing commas.
- For development, use `npm start`. This will start the development server and you can see your change what you did in the `example` & `src` folder.
- For development, use `npm start`. This will start the development server and you can see your change what you did in the `src` folder.
- Run `npm run build` to build the project.
- Make commits of logical units.
- Check for unnecessary whitespace before committing.
- Use descriptive commit messages and reference the #issue number.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

Simple content slider, works on scroll. Absolutely free for use. Thriving for precision & community growth.

[Documentation](https://asif-jalil.github.io/scroll-carousel-website) | [Demos](https://asif-jalil.github.io/scroll-carousel-website/#demos)
[NPM](https://www.npmjs.com/package/scroll-carousel) | [Documentation](https://asif-jalil.github.io/scroll-carousel-website) | [Demos](https://asif-jalil.github.io/scroll-carousel-website/#demos)

**Note:** This carousel only operates in browser.

Expand Down Expand Up @@ -69,13 +69,13 @@ To get started with **Scroll Carousel** right away, there are a few CDN availabl
Add a link to the css file in your `<head>`:

```
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/scroll-carousel/dist/scroll.carousel.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/scroll-carousel@1.2.2/dist/scroll.carousel.min.css">
```

Then, before your closing `<body>` tag, add:

```
<script src="https://cdn.jsdelivr.net/npm/scroll-carousel/dist/scroll.carousel.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/scroll-carousel@1.2.2/dist/scroll.carousel.min.js"></script>
```

### Package managers
Expand Down
28 changes: 0 additions & 28 deletions dist/scroll.carousel.css

This file was deleted.

1 change: 0 additions & 1 deletion dist/scroll.carousel.css.map

This file was deleted.

Loading

0 comments on commit 5cfcac8

Please sign in to comment.