CreativeBulma / bulma-collapsible

Collapsible Extension for Bulma.io - Make any Bulma element collapsible with ease
MIT License
74 stars 11 forks source link

Message box does not collapse in Production #7

Closed ckhung5 closed 4 years ago

ckhung5 commented 4 years ago

Hi, I followed https://demo.creativebulma.net/components/bulma-collapsible/1.0/usage/#accordion . To create an accordion with multiple message boxes. In local, it works fine and it is great. However it does not collapse in production.

I deployed to Heroku as right now the app is in FREE tier.

Ruby: 2.7.0 Rails: 6.0 Bulma-collapsible: 1.0.4 Bulma: https://github.com/joshuajansen/bulma-rails

Do I need to install bulma npm packages? Or Bulma-rails is enough?

ckhung5 commented 4 years ago

I found the problem that bulma-rails somehow does not work. So I add a cdn script and it works well.