In my project I made a custom theme module (starting from default pop theme) having all resources (js, css, some images) inside. I didn't use a special task for that, but my custom theme module version handler extends [code]info.magnolia.module.templatingkit.setup.ThemeVersionHandler[/code] instead of [code]info.magnolia.module.DefaultModuleVersionHandler[/code]. ThemeVersionHandler has an extra install task inside, [code]info.magnolia.module.templatingkit.setup.ThemeInstallTask[/code], which installs resources from /templating-kit/themes/[themeName]/[css|js|img]/.*
These classes are located in standard templating kit. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=c72ada4f-f546-468b-b2cb-874edc4a1036 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
