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
2
votes
2 answers

Codekit 2 + Foundation compiling

I just can't get Codekit to compile my files. I created a New Zurb Foundation project exactly as Bryan did in his video. No errors but for him the page loads with the styles. For me it just loads html but no styles are included except…
johnkodes
  • 123
  • 1
  • 13
2
votes
3 answers

CodeKit: Sass/Compass Conflicts

I get this error when I try to compile using Compass on Codekit: Compass failed to run because your Mac has an older version of Sass and/or Compass installed that conflicts with the newer versions in CodeKit. You must remove all versions of…
kmgdev
  • 2,607
  • 28
  • 41
2
votes
0 answers

codekit compiled css file permissions

I have run into a strange issue only recently and scratching my head trying to figure this out. When compiling (saving) changes in a *.scss file, the outputted css file has its permissions change. So when previewing the page in a browser the…
Trevor Saint
  • 51
  • 1
  • 4
2
votes
1 answer

Wrong Autoprefixer compilation on linear-gradient

Im using Codekit 2 (2.0.4) with Autoprefixer- background: linear-gradient(to top, black, white); turned into this: background: linear, to top, black, white;
olegmil
  • 347
  • 1
  • 4
  • 10
2
votes
2 answers

Codekit not showing bower components

Just got latest paid version of codekit 2.0.4 for osx 10.8.2 Just watched all videos including creating new projects with bower. Ask a question tab on help page of codekit site does nothing, so don't know where else to ask this. I have bower,…
gregorio
  • 43
  • 7
2
votes
1 answer

How do I disable the cachebuster in CodeKit?

I am currently working on a project built on top of Ember.js, and I am compiling everything with CodeKit (keeps all different controllers, models, views etc. in a nice folder structure which is compiled on save into one single file, gotta love…
Automagisch
  • 142
  • 11
2
votes
1 answer

CodeKit Live Refresh Isn't Working

Just upgraded from CodeKit to CodeKit 2, super excited about using it, but when I try to use the live preview feature in anything but Firefox, I get in a JS alert: Failed to establish a connection to CodeKit. Live refreshes will not work. I've…
Seth
  • 197
  • 2
  • 11
2
votes
1 answer

Compile one SASS to two css with different config from Compass/Codekit

I want to save one SASS file and output two files with different settings, "output_style" and "environment". Two methods I've experimented with: Function in the config.rb file to rerun the compress action on the same SASS file with a different…
Bill Riley
  • 97
  • 1
  • 9
2
votes
0 answers

Live Reload Over a Networked Drive

I am trying to use CodeKit, LiveReload, or grunt watch to immediately see changes from files on a networked drive. It take about 7 seconds for the compilation of my Stylus file to complete and another 10-20 seconds for them to display in the…
Bryan
  • 17,201
  • 24
  • 97
  • 123
2
votes
2 answers

Codekit Encoding::CompatibilityError after upgrading to Mavericks

So I just upgraded to Mavericks and now one of my Codekit Compass projects isn't compiling properly. I've getting the following error in Codekit (latest version): Compass was unable to compile one or more files in the project:…
Jim Pannell
  • 147
  • 6
2
votes
5 answers

Codekit not working with the Compass / Zurb Scss Compiler When I Upgraded to Mavericks with Ruby 2.0

CodeKit is giving me the error of Compass was unable to compile one or more files in the project: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby: illegal switch in RUBYOPT: -E (RuntimeError) (This action was triggered by a…
2
votes
2 answers

Grunt concat: Use file instructions a la Codekit

I'm trying to convert a CodeKit project to use Grunt (so we can support our Windows friends). In CodeKit, you can concatenate JS files by including concat instructions as comments in the files you want concatenated. For example, to prepend…
2
votes
3 answers

Compass installation under rbenv

I thought I had Compass installed OK using rbenv on my Mac, but I got an error when trying to switch Codekit to use it instead of its internal compiler. Running compass -v in the terminal gives…
Tyssen
  • 1,569
  • 16
  • 35
2
votes
1 answer

Codekit Uglify.js 'Unexpected token punc' error

I'm not sure where my syntax / unexpected token error is My full jQuery function on jsfiddle: http://jsfiddle.net/leongaban/gmRUa/ The error I'm getting: The following error information applies to that file: 'Unexpected token punc, expected…
Leon Gaban
  • 36,509
  • 115
  • 332
  • 529
2
votes
2 answers

Why does Codekit complain about 10K files when I don't have 10K files in a project?

Mac OS has an inbuilt limit of 10,000 files, so Codekit produces a warning if a folder has more than 10,000 files. Maximum Item Limit Exceeded. CodeKit can watch up to 10140 items simultaneously, which is the limit imposed by Mac OS X. The app is…
mikemaccana
  • 110,530
  • 99
  • 389
  • 494
1 2
3
11 12