Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CodeKit for Mac - Windows equivalent? [closed]

I have been using CodeKit for front-end developing on Mac. The most convenient features are:

  • Project File Organization
  • Easy compilation and minification for SCSS, LESS and CoffeeScript
  • Project watching, auto compilation
  • Browser Auto-reload and CSS-injection

These features are extremely useful and time-saving. Therefore I wonder if there is an equivalent software on Windows with the same features? Or, can I DIY something like this by combining all the existing tools?

like image 994
franklsf95 Avatar asked Mar 07 '13 11:03

franklsf95


3 Answers

http://mixture.io

I've only used it for five minutes and it has already auto complied my LESS files and live reloaded in my browser.

It is still in beta, it offers a huge amount that I've only started reading about.

like image 186
James Avatar answered Oct 10 '22 14:10

James


You can try http://alphapixels.com/prepros. It can compile less, sass, scss, coffee and much more with live browser refresh.

like image 6
sbspk Avatar answered Oct 10 '22 14:10

sbspk


Koala is an alternative that is quite similar to codekit, not as good but close enough.

http://koala-app.com/

like image 4
koffster Avatar answered Oct 10 '22 14:10

koffster