Re: Change bootstrap css load order

2017-08-29 Thread Thiago H. de Paula Figueiredo
No, you don't need to do anything, manual or automated, when you change HTML or JS or CSS when you're using a JavaScript stack. Why do you think that? On Tue, Aug 29, 2017 at 4:15 AM, Rural Hunter wrote: > I suppose that would work but it's bad for ui design changes. I

Re: Change bootstrap css load order

2017-08-29 Thread Rural Hunter
I suppose that would work but it's bad for ui design changes. I will have to manually do the process everytime when there is page UI change. 在 2017/8/29 14:45, Chris Poulsen 写道: Try using a JavaScriptStack instead of adding them directly with link tags.

Re: Change bootstrap css load order

2017-08-29 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

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