Sharepoint: Where to store assets used in the custom master page

sharepointsharepoint-2010

I'm creating a custom master page for my SharePoint 2010 publishing site. There are images, css files and js files associated with this custom master page. Where should they be stored?

I'm using the SiteAssets library for now – is this a good choice?

Thanks.

Best Answer

Yeah that is a good choice, also make sure you Provision all these files using Feature, this way upate of Files becomes easier.

Related Topic