Re: [5.4] Use Individual Bootstrap Javascript Files Instead of Just bootstrap.js

2013-08-20 Thread Peter Hvass
From: "Felix Gonschorek" To: "Tapestry users" Sent: Monday, August 19, 2013 9:36:52 PM Subject: Re: [5.4] Use Individual Bootstrap Javascript Files Instead of Just bootstrap.js what you can do is a small hack: you can point org.apache.tapestry5.SymbolConstants.BOOTSTRA

Re: [5.4] Use Individual Bootstrap Javascript Files Instead of Just bootstrap.js

2013-08-19 Thread Felix Gonschorek
in the entire bootstrap.js each time. > > > Thanks! > Peter > > - Original Message - > > From: "Thiago H de Paula Figueiredo" > To: "Tapestry users" > Sent: Monday, August 19, 2013 2:44:51 PM > Subject: Re: [5.4] Use Individual Bootstrap J

Re: [5.4] Use Individual Bootstrap Javascript Files Instead of Just bootstrap.js

2013-08-19 Thread Howard Lewis Ship
the individual > bootstrap-*.js files useful > and more modular as opposed to piling in the entire bootstrap.js each time. > > > Thanks! > Peter > > - Original Message - > > From: "Thiago H de Paula Figueiredo" > To: "Tapestry users" >

Re: [5.4] Use Individual Bootstrap Javascript Files Instead of Just bootstrap.js

2013-08-19 Thread Peter Hvass
and more modular as opposed to piling in the entire bootstrap.js each time. Thanks! Peter - Original Message - From: "Thiago H de Paula Figueiredo" To: "Tapestry users" Sent: Monday, August 19, 2013 2:44:51 PM Subject: Re: [5.4] Use Individual Bootstrap Javasc

Re: [5.4] Use Individual Bootstrap Javascript Files Instead of Just bootstrap.js

2013-08-19 Thread Thiago H de Paula Figueiredo
On Mon, 19 Aug 2013 07:10:43 -0300, Peter Hvass wrote: Hi all, Hi! We're running into issues where bootstrap.js is included by various core components and scripts are executing twice! Tapestry checks for duplicate additions of the same file and adds it only once, so there's something

[5.4] Use Individual Bootstrap Javascript Files Instead of Just bootstrap.js

2013-08-19 Thread Peter Hvass
Hi all, Just wondering what you all think about including bootstrap's js in a more modular fashion (i.e. as it appears when downloaded directly from github, each component's js is in its own file). Before 5.4 we were using these modular files to be able to pick and choose which bits of th