Hello. I have a question for all the members in here.I came from a company previously that stored all of it's assets within CMS(which I was accustomed to seeing...css, jpg, swf, javascript etc)within intuitive branches that also reflected as sections on the live site and throughout it's taxonomy.I am now at a company that is much larger but has very little true integration with CMS and doesn't even properly use CSS or presentation templating for their site.My previous company utilized a presentation library that was used strictly for reference. From there, the developers would take modules of code from the pres. library and add it to the working css housed in interwoven cms and also add the subsequent html to go along with it.My current company is having trouble understanding this concept.The presentation team AND the technology team have trouble understanding the importance of having CSS within the interwoven teamsite CMS. They prefer to have the CSS and presentation managed outside of CMS and have the templates directly deployed to production.I've pointed out centralization of code, the ability to rapidly iterate anddeploy content as the obvious positives.I'd like to know your opinions on both sides of this discussion.I personally see it as completely one sided towards having it CSS in CMS.Would appreciate your thoughts and comments.
If you're going to do page generation and preview within TeamSite - then I think you definitely should have the CSS and such in TeamSite as well.If the web site dynamically parses and renders the DCR XML files - such that you do not do page generation - then it probably doesn't matter whether the CSS files are in TeamSite or not -- though they should be in some version management system...
It's going to dynamically parse but ALSO we will be previewing within teamsite.The person editing the DCR will be able to preview in context while editing the dcr. Once the DCR is saved...the DCR xml files will be rendered automatically to a test site that mirrors the production site. So if any edits or rapid iteration is required for a given dcr..then it seems pretty difficult to operate outside of teamsite to make any css changes(if the version system for css it outside of it).Does that make sense? Just wondering if you see something I missed