got5 / tapestry5-jquery

Tapestry5-jquery module is focusing on overriding some core component like Datefield & providing a collections of jQuery components
Other
112 stars 69 forks source link

Slider.js Stack always provided as asset in devlopment mode #331

Closed obesson-fa closed 9 years ago

obesson-fa commented 10 years ago

Stack of component slider is always provided as asset on devlopment mode. Disappear on Production Mode.

EmmanuelDemey commented 10 years ago

Hi,

Can you give more information about your issue : the version of jQuery ...

Which component do you use ? The rangeSlider and slider components do not use JavaScript stack.

Manu

obesson-fa commented 10 years ago

Hello,

We use tapestryVersion = '5.3.7' and got5Version = '3.3.6' .

We do not use any slider in our pages, jquery.slider component is never used in tml.

But on each rendered pages, the slider.js is added on devlopement mode, not in production mode.

For dialog or tab components, it works fine. dialog.js or tab.js is only added to page assets if they are used.

Olivier

EmmanuelDemey commented 10 years ago

I have tested an app in dev mode, and I do not have the slider.js file :

image

ffacon commented 9 years ago

Unable to reproduce this issue. Please add more details and reopen if needed.