gvas / knockout-jqueryui

Knockout bindings for the jQuery UI widgets.
http://gvas.github.com/knockout-jqueryui/
MIT License
103 stars 38 forks source link

download link #16

Closed ehartford closed 10 years ago

ehartford commented 10 years ago

I would like to be able to download knockout-jquery.min.js I don't see a link anywhere.

ehartford commented 10 years ago

never mind I found it in the docs page

gvas commented 10 years ago

You can also download the latest and the previous releases from the project's Releases page.

bkwdesign commented 10 years ago

when I brought down this repository through 'git'.. I was expecting to find it .. did I do something wrong? I found it on the docs page too.. but.. I thought that was what I would get when I cloned your repo to my desktop

gvas commented 10 years ago

The library itself (the single .js file) isn't added to the repository. You can download the releases from the project's Releases page, or build it locally from the latest source files using grunt. Build instructions are here.