snapappointments / bootstrap-select

:rocket: The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more.
https://developer.snapappointments.com/bootstrap-select/
MIT License
9.84k stars 2.72k forks source link

v1.14.0-beta3 file without "dist" directory #2832

Closed Tirguy closed 7 months ago

Tirguy commented 1 year ago

Just a question : is it possible to have a full archive with file that we can use directly in our web pages ? v1.14.0-beta2 has this directory... Why this new version do not have one ?

Thank's for all & your work,

Thierry

caseyjhol commented 7 months ago

You can build the dist directory using grunt build, or you can use something like CDNJS or JsDelivr. It's best practice to not include built files in the source repo.