Shared assets
Closed this issue · 1 comments
jocubeit commented
Is there a way to specify an asset as shared...?
For example, the jquery.js lib. I'd prefer to load this from the public/javascripts folder and not have it duplicated across all theme folders.
Also I have found that because of this any plugins that add assets become broken because the assets are expected to be found in the theme folder by the theme, but are in fact housed in the public folder.
accuser commented
Just put your shared assets in the public folder (public/javascripts/jquery.js). The Thematic controller is only called if the asset is not found there.