Search code examples
csslesscodekit

Codekit, LESS CSS, Which files to upload?


So I'm using Codekit to compile LESS CSS on my local server. Now I need to transfer the files to my live server.

My question is, do I need to upload all the .less files? Or can I just upload the minified css file?

What is the best practice here?


Solution

  • If you don't plan on editing anything on your live server (which you shouldn't anyway), you only need to upload the compiled .css file; the compiled CSS is completely independent of the source LESS.