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
12
votes
1 answer

Grunt vs Gulp vs Yeoman vs CodeKit

I've purchased CodeKit a while ago, it makes front end projects really easy to setup. The problem is, I'm in what I call a 'Front-end tool hell' I've checked out Grunt and Yeoman a while back, and I don't see the point of using these tools if I'm…
Cihan Köseoğlu
  • 478
  • 3
  • 16
9
votes
3 answers

CodeKit for Mac - Windows equivalent?

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…
franklsf95
  • 1,182
  • 12
  • 23
8
votes
1 answer

less CSS parse error: media definitions require block statements

I'm using codekit to compile my Bootstrap LESS files and i keep getting this parse error on media queries that i didn't get when it was previously a CSS file. "ParseError: media definitions require block statements after any features in…
kingj2002
  • 115
  • 1
  • 1
  • 6
8
votes
6 answers

Codekit 2 doesn't resolve Bonjour Hostname after Yosemite 10.10 Upgrade

After upgrading to Yosemite 10.10 via the AppStore (no new/clean install), I get a blank page when previewing a website with Codekit 2. In the "Server" tab the Bonjour Hostname in my case "lukas.local" is missing since the upgrade…
Lukas Hillebrand
  • 390
  • 5
  • 20
8
votes
3 answers

Fastest way to compile SCSS (Compass) + refresh the browser?

Just wondering what in your opinion is the fastest way to have your SCSS compiled and browser refreshed? I'm currently using LiveReload, but it seems to be a bit slow sometimes, it can take from 1-3sec. It doesn't seem much, but I feel like I'm…
elemelas
  • 143
  • 1
  • 2
  • 9
8
votes
1 answer

CodeKit - any way to ignore js?

TLDR: CodeKit validates my crappy dev js, and alerts when it inevitably finds an error. Can I turn this off until I'm ready to polish in production? This might technically be a question for superuser, but since it has explicit code and site layout…
CodeMoose
  • 2,964
  • 4
  • 31
  • 56
7
votes
5 answers

How to disable the JavaScript Minifier in CodeKit?

What's the best way to disable JavaScript minification in CodeKit? All those *-ck.js files it creates are making a mess of our repository's submodules. Note that adding a rule to .gitignore doesn't work because its rules aren't inherited by…
joemaller
  • 19,579
  • 7
  • 67
  • 84
6
votes
1 answer

Test emails locally with mamp

First thing first, i'm totally new to this kind of localhost server setup and i've been spending the last couple of days trying to figure this out, but with no luck. I'm developing a php website with an email form. I'm on a MAC using codekit and…
Nick
  • 13,493
  • 8
  • 51
  • 98
6
votes
1 answer

CodeKit Reload very slow

Codekit is so darn slow in reloading files. Why is that and what can I do against it? I use MAMP3 on Yosemite with Chrome 39. Refresh delay is on 0 seconds. I just have a bunch of php files and some less. Nothing extraordinary. And it reloads the…
KSPR
  • 2,212
  • 4
  • 29
  • 46
5
votes
1 answer

Using the IE8 @media \0screen query in LESS

In the CSS for an application I'm working on, I need to include some styling specifically for IE8. The style code is written in several LESS files and then compiled with either CodeKit or the LESS app on Mac OS X to a single CSS file that we use for…
vtamm
  • 342
  • 1
  • 11
4
votes
0 answers

SourceTree is freezing when trying to preview changes to a config.codekit3 file

Why is SourceTree freezing when it's trying to preview changes to a .codekit3 file? When I select (or SourceTree automatically selects) the config.codekit3, it's freezing completely and the only thing I can do is to force-quit SourceTree. Too many…
NewSpender
  • 437
  • 4
  • 5
4
votes
2 answers

How do I setup a Vue JS project with codekit on mac

Hi I'm new to CLI's how do i setup a vue js project with Codekit on my mac? Thanks
Layers
  • 109
  • 9
4
votes
1 answer

Incorrect string length of $_SERVER['SERVER_NAME']

So I am trying to check if the Apache server name contains a certain string, and noticed very strange behavior (for instance, no matches in an if statement, even when the strings appeared to match exactly). Using var_dump() I looked at my variable…
nickford
  • 782
  • 6
  • 8
4
votes
1 answer

How do I use Bower components in codekit

I have installed into a new project in codekit the following components: jquery animate.css normalize Modernizer I understand that keeping these components in the bower directory is recommended so these files are easily updated. However, do we link…
Warren Neily
  • 41
  • 1
  • 3
4
votes
1 answer

jQuery .offset() returns undefined value

I built this very basic .map() function with jQuery to store the top offsets of my HTML sections in an array (inside script tag at the very end of the body): jQuery $(window).load(function() { var obj = $(this), sec = $('section'), …
Marian
  • 1,352
  • 4
  • 15
  • 28
1
2 3
11 12