You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Charan Lingamgunta <ch...@gmail.com> on 2020/09/03 13:50:40 UTC

How do you access bootstrap4 js bundle in tapestry 5.5

Hello,
I couldn't find anything about this in the documentation so I figured I'd
ask.

I'm in tapestry 5.5 and I can't seem to access bootstrap javascript files.

> javascriptSupport.require("bootstrap/bootstrap.bundle");

does nothing and so does

> javascriptSupport.require("bootstrap4/bootstrap.bundle");


I have Bootstrap4Module added, so it is using bootstrap4 for css. I just
need the javascript as a dependency and I can't seem to figure out how to
access this file

>
> tapestry-core-5.5.0.jar!/META-INF/assets/tapestry5/bootstrap4/js/bootstrap.bundle.js


Any pointers would be appreciated.

Thanks,
Charan