Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS how do you compile LESS -> on a live WordPress site? Re: how do you compile LESS -> on a live WordPress site?

#122221
BaylorRae
Member

If you’re feeling adventurous you can use Git with Capistrano. Capistrano will compile your repo into a tar ball and upload it (I think) via sftp. Capistrano is generally used by Rails developers, but I’ve gotten it to work on a couple PHP sites and I really enjoy it.

Here’s an article that I wrote that covers a basic deploy script for Capistrano with PHP. <http://baylorrae.com/easy-php-deployments-with-capistrano-with-shared-hosting/>