/pagy-esbuild

Pagy demo app - via esbuild

Primary LanguageRuby

What is this?

This a demo app, to help you report issues / bugs / debug on pagy. If the documentation is lacking:

Please make a PR to the documentation, or otherwise, msg someone in the pagy gitter forums.

Steps

To Run:

rake db:seed

./bin/dev

Reproduce Your issue

git checkout -b pagy-bug

Please push to your own remote, and include it in your bug report to pagy.

Don't forget to register your stimulus js controllers!

esbuild ain't webpacker. There's no glob which automatically registers all controllers. Or you might have to write or use a third party library for the same functionality.

./bin/rails stimulus:manifest:update