OwlCarousel2 / OwlCarousel2

DEPRECATED jQuery Responsive Carousel.
http://owlcarousel2.github.io/OwlCarousel2/
Other
7.91k stars 2.27k forks source link

"Distributed version" on the website doesn't contain theme CSS #1322

Open tenpawelnowak opened 8 years ago

tenpawelnowak commented 8 years ago

Hi Bartosz,

"Distributed version" on the website is missing any kind of the theme CSS files.

I just spent half an hour chasing a bug why my dots don't appear. Solution: attach owl.theme.default.css from sources from GitHub.

http://www.owlcarousel.owlgraphic.com/docs/started-welcome.html says "Distributed version should be:

owlcarousel/
├── assets/
│   ├── owl.carousel.css
│   ├── owl.carousel.min.css
│   ├── owl.theme.default.css
│   ├── owl.theme.default.min.css
│   ├── owl.theme.green.css
│   ├── owl.theme.green.min.css
│   └── owl.video.play.png
│
├── owl.carousel.js
├── owl.carousel.min.js
├── LICENSE-MIT
└── README.md

but is:

owlcarousel/
├── assets/
│   └──owl.carousel.css 
│
├── owl.carousel.js
└── owl.carousel.min.js
daviddeutsch commented 8 years ago

Yeah, there's a bunch of stuff missing - the image isn't there either. Will probably get to this when I refactor it to gulp.

alana314 commented 8 years ago

Also it's blank on github: https://raw.githubusercontent.com/OwlCarousel2/OwlCarousel2/develop/dist/assets/owl.theme.default.min.css