I would like to give my creative colleagues access to the CSS through the Zotonic CMS user interface.
How do you control CSS styles from within the CMS interface in Zotonic?
I would like to give my creative colleagues access to the CSS through the Zotonic CMS user interface.
How do you control CSS styles from within the CMS interface in Zotonic?
One design idea was that css (and templates) need to be under version control. That is why we kept the css (and templates) separate from the content-editing.
When your designers can use mercurial, then there is another way:
priv/config
fileNow you will see an "update" button behind your site. When you click this button then a hg pull -u
of your site is performed. This will publish the new css (and other parts).