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
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
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"
>
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
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
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