Can you deploy CSS files via version control?


(Bdebroglio) #1

Possible to manage Squiz Matrix CSS files in something like Beanstalk and deploy to the Squiz server?

 

We'd like to retain the flexibility of a CSS Design File (as opposed to a 'flat' CSS file).

 

 


(Tim Davison) #2

Second that - both deploy and/or replicating changes somewhere else.  We all know we use text-editors off the side and just copy+paste.  Running that in a development team larger than 1 is extremely problematic.


(Bart Banda) #3

For Matrix 5.3 we are working on a Git File Bridge so that you can manage all your static files such as CSS, JS and Images externally via Git and then push to Matrix server when ready. 

 

Retaining a CSS design file might be hard though as it's mainly used to parse content inside it for things like matrix links such as mysource_files, not sure how you would manage and parse that outside of Matrix.