leonidas / transparency

Transparency is a semantic template engine for the browser. It maps JSON objects to DOM elements by id, class and data-bind attributes.
http://leonidas.github.com/transparency/
MIT License
969 stars 112 forks source link

Provide download links #103

Closed Merg1255 closed 11 years ago

Merg1255 commented 11 years ago

Hi! Where could someone get only the js files for transparency to work? Could you provide a link with the required files?

Thanks

matths commented 11 years ago

https://github.com/leonidas/transparency/tree/master/dist

matths commented 11 years ago

https://raw.github.com/leonidas/transparency/master/dist/transparency.js https://raw.github.com/leonidas/transparency/master/dist/transparency.min.js

it's all in the 'dist' folder, and somewhat documented in the README.md of the repo, filed under "Install" as

curl https://raw.github.com/leonidas/transparency/master/dist/transparency.min.js
Merg1255 commented 11 years ago

Thanks! you might want to update the README to state that more clearly.