Sharepoint Designer 2010 CSS、母版页和通用品牌的部署
将我在网站上创建的样式、母版页、品牌部署到实时环境的最佳方法是什么?我已经考虑过创建一个解决方案文件,但这似乎没有带有样式。
有人可以请指出我正确的方向吗?
抢
What is the stand best method for deploying the style, masterpage, branding I have created on my site to a live environment. I've looked at creating a solution file but this doesn't seem to carry styling.
Can someone pleae point me in the correct direction?
Rob
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最佳实践是创建解决方案包(wsp 文件)并在
FeatureActivated
方法中应用您的品牌。Best practice is to create Solution Package (wsp file) and apply your branding in
FeatureActivated
method.