Wikiki / bulma-extensions

This repository provides a simple access to all of my extensions for Bulma.io
MIT License
680 stars 49 forks source link

Carousel doesn't work on using node_modules carousel.min.js #100

Open frk93 opened 5 years ago

frk93 commented 5 years ago

Hi, It seems that the carousel doesn't seems to work with the js included in the npm version npm i bulma-extensions.

When ever i tried to add the js file from modules from one of youe method it doesn't seems to work <script type="text/javascript" src="/node_modules/bulma-extensions/bulma-carousel/dist/bulma-carousel.min.js"></script>

but when i used this tag from CDN it works fine <script src="https://cdn.jsdelivr.net/npm/bulma-carousel@3.0.0/dist/js/bulma-carousel.min.js"></script>

Can you look into it?

Wikiki commented 5 years ago

Hi @frk93,

I'll look into it.

Wikiki commented 5 years ago

Hi,

please try to add js folder path within your firdt try path:

<script type="text/javascript" src="/node_modules/bulma-extensions/bulma-carousel/dist/js/bulma-carousel.min.js"></script>