olalonde / handlebars-paginate

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

production issue - pagination module #27

Open titoih opened 4 years ago

titoih commented 4 years ago

Hi, i am experiencing some strange behaviour this module works absolutely perfect in development (localhost) BUT in heroku seems to not read this module

I have in my HELPERS folder this:

const hbs = require('hbs'); const paginate = require('handlebars-paginate'); hbs.registerHelper('paginate', paginate);

I noticed some TS warning about @types but i am not working in typescript so...

Could you help me?