alphalemon / AlphaLemonCmsBundle

This project has been moved to https://github.com/redkite-labs/RedKiteCmsBundle
Other
26 stars 16 forks source link

How to insert js only in frontend #16

Closed gaelb80 closed 12 years ago

gaelb80 commented 12 years ago

I need jquery, but if i include it in theme configuration it conflicts with the cms version How can i do it ?

alphalemon commented 12 years ago

Some assets are required by AlphaLemonCms to work. The vendor assets are saved in https://github.com/alphalemon/ThemeEngineBundle/tree/master/Resources/public/js/vendor, so the idea is to include the assets from that path when required.

Better solutions are welcome! Let me know if it's clear enough

gaelb80 commented 12 years ago

That's what i do to solve my pb but what to do when i need a different version ?

alphalemon commented 12 years ago

see #23. Let's continue the discussion on that issue, if required.