Questions tagged [codekit]

CodeKit is an OS X application that facilitates frontend web development.

CodeKit is an OS X application that facilitates frontend web development.

Notable features:

  • Automatically compile LESS, SASS, Stylus, Jade, HAML, Slim, CoffeeScript, JavaScript, and Compass files upon save.
  • Optimize images
  • Live browser reloads
  • JSHint & JSLint
  • Combine and minify JavaScript & CoffeeScript files
168 questions
-1
votes
3 answers

Javascript comments in Haml

Can any one tell me why this isn't compiling in HAML? :javascript $(document).ready(function(){ // Examples of how to assign the Colorbox event to elements $(".group1").colorbox({rel:'group1'}); $(".group2").colorbox({rel:'group2'}); …
belotte
  • 69
  • 7
-1
votes
1 answer

Facing Problems compiling inuit.css in CodeKit

I have 3 files in the sass/ directory , they are style.scss _responsive.scss & _defaults.scss And I also have a vendor/ directory (outside the sass\) which contains the latest version of inuit.css from…
-2
votes
2 answers

How add --pretty option to Jade when i use Codekit?

How add --pretty option to Jade when i use Codekit?
Mad Core
  • 1
  • 1
1 2 3
11
12