hi t5.4.ppl,

I've just completed porting a bought html5/css3 template (
http://www.stephenmuscat.com/twilli_air/1.1/)  to tapestry-5.4-beta6 for
some drills/exercises.

>From this list and howard's blog I've added:

        configuration.add(SymbolConstants.BOOTSTRAP_ROOT,
"context:assets/bootstrap");
configuration.add(SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER,
"jquery");

to my configuration.  All runs well.

I can change bootstrap version, say from 3.1.1 to 3.2.0 by replacing the
contents of the directory specifed.

Say I wanted to change the version of jquery from 1.11.1 to 1.10.1 for a
bug-workaround - how can I specify a different jquery version that gets
bundled into tapestry core.


Thanks
Chris

Reply via email to