Re: Change bootstrap css load order

2017-08-28 Thread Chris Poulsen
Try using a JavaScriptStack instead of adding them directly with link tags. -- Chris On Tue, Aug 29, 2017 at 6:23 AM, Rural Hunter wrote: > Hi, > > I have some web pages which have bootstrap and some other css extentions > depending on bootstrap. We use tag in TML for other css and reply on >

Re: how to reconfigure my app so that it runs without "context" in the uri path

2017-08-28 Thread Joshua Richardson
Hi Guys, thank you for both answers, which were useful. In case anyone else runs into similar issue and finds this thread in the archives, I'll note that I ended up needing to replace the maven-jetty-plugin in the pom.xml with the jetty-maven-plugin (much newer version), configured as shown by

Change bootstrap css load order

2017-08-28 Thread Rural Hunter
Hi, I have some web pages which have bootstrap and some other css extentions depending on bootstrap. We use 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 tags which makes the p

RE: how to reconfigure my app so that it runs without "context" in the uri path

2017-08-28 Thread Svein-Erik Løken
org.eclipse.jetty jetty-maven-plugin 9.3.10.v20160621 / 80 From: Mats Andersson-2 [via Apache Tapestry Mailing List Archives] [mailto:ml+s1045711n5733590...@n5.nabble.com] Sent: mandag 28. august 2017 07:31 To: Svei