Re: Change bootstrap css load order
Chris Poulsen <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.user |
|---|---|
| Message-ID | <CAFKtUSuj1-VYjKcuG5hZSOnXr9CfOyEkBvcK5EgOHMR2mJwOnA@mail.gmail.com> |
Try using a JavaScriptStack instead of adding them directly with link tags. -- Chris On Tue, Aug 29, 2017 at 6:23 AM, Rural Hunter <[email protected]> wrote: > Hi, > > I have some web pages which have bootstrap and some other css extentions > depending on bootstrap. We use <link> tag in TML for other css and reply on > the bootstrap included in tapestry. The problem is I noticed Tapestry loads > the internal bootstrap later than those css in <link> tags which makes the > page messy. Is there any way to make tapestry load bootstrap before other > css links? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >