

It will scan the structure automatically and show you the file hierarchy.ĬodeKit will recognise the changes you make as you save the files. Drag the mounted drive directly into the main CodeKit window.Open the site/folder in your IDE so you can edit the files (just like you normally would).You should see it appear under "Devices" in the Finder sidebar. Mount your remote site/folder using Transmit.
#Codekit with pc software#
Note that you could probably use any software which allows you to mount a remote site as a "local" drive, but I only tried with Transmit's "Mount as disk" feature.
#Codekit with pc download#

#Codekit with pc code#
An IDE for code edits (Coda, TextMate, Espresso, etc).Here's what you will need in order to work directly on your live server/website with CodeKit: Go check out the LESS website now for more information and code examples. The logic is pretty simple and easy to get to grips with. LESS allows you to use Javascript-style variables and functions within your CSS, and to construct CSS in a way that's far more structured and manageable in the future. I'm not fluent with LESS yet, I hadn't dived-in with everyone else partly because I've been busy of late, and partly because I was hesitant due to it's apparent reliance on Javascript to work correctly. LESS is described as "the dynamic stylesheet language". I would suggest you check out the website and Bryan's excellent videos to get a better grasp of what it can do for your workflow. It basically allows you to develop your sites using LESS (or one of the others) without the need to load the LESS dependency (a small Javascript file which normally does the compiling for you when you load the site). It's been around for a few months – still in Beta stage, but from what I can see, pretty much ready to go. It compiles LESS, SASS, Stylus and other code files as you work – it provides error checking and minification for CSS and Javascript amongst others. At it's most basic level, it runs "behind the scenes" of your usual IDE (I use the excellent Coda). But what if I wanted to use the power of CodeKit & LESS on my live site? It's surprisingly easy to set-up, as long as you have the right tools…ĬodeKit is a web development tool for Mac, written by Bryan Jones ( follow him on Twitter here). On every project, I eventually find myself having to work directly on assets on a live server.
