olalonde / handlebars-paginate

Pagination helper for Handlebars.
http://syskall.com/pagination-with-handlebars/
59 stars 21 forks source link

incldue handlebar-paginate script in my project? #18

Open medyagh opened 7 years ago

medyagh commented 7 years ago

is there way I can ship my code with the handlebars-paginate javascript ? I dont wanna use npm to install it.

jimf commented 7 years ago

The easiest option for you is probably to just modify your own copy and replace module.exports with HandlebarsPaginate or whatever you want to expose it as. Otherwise you can open a pull request that adds a UMD wrapper if you'd like.