blueimp / Gallery

blueimp Gallery is a touch-enabled, responsive and customizable image & video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers. It features swipe, mouse and keyboard navigation, transition effects, slideshow functionality, fullscreen support and on-demand content loading.
https://blueimp.github.io/Gallery/
Other
3.75k stars 984 forks source link

blueimp-gallery.css vs blueimp-gallery.min.css #246

Closed githubcek closed 4 years ago

githubcek commented 4 years ago

If I compare blueimp-gallery.min.css and blueimp-gallery.css: blueimp-gallery.css doesn't have ".indicator" part.

(v3.0.0)

blueimp commented 4 years ago

I admit that this is misleading, but the minified versions also bundle all the individual components together.

You can see the related build commands here: https://github.com/blueimp/Gallery/blob/80dbf50da012b0f697ec5ba623f55b2d43fab019/package.json#L80-L82

Unfortunately changing these filenames to something more clear (e.g. blueimp-gallery.all.min.css) would potentially break existing workflows, so I prefer to keep it that way.

githubcek commented 4 years ago

Thank you for explaining.