Hi
I've created a custom master page in sharepoint that comes with a lot of images (say 200). How do I package all the files to be provisioned to the Style Library of a site collection? The only way I know to do this is through a feature but that means listing every single file (all 200 of them) as a <file></file>
element. Is there an easier way? The attribute IncludeFolders="??-??" in <module></module>
doesn't seem to do anything.
If all the image files are in a folder inside my feature folder (e.g. ...\template\features\myFeature\images), is there a way to provision the entire folder to the Style Library?
Thanks.