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
0
votes
4 answers

How do I get Burbon Neat running with code kit?

I have a burbon running on code kit. It is not problem, I cant get neat running? when i put @import "neat"; I get this error Syntax error: File to import not found or unreadable: neat. Load paths: / …
Zak Ferris
  • 47
  • 8
0
votes
1 answer

Codekit files not showing at localhost... Chrome cannot connect to server

Running Codekit on OSX 10.8.4. I can drag the file into a browser and see reloads take place on save. If I try to access files at localhost, the browser tells me it cannot connect. In other words, this…
aaandre
  • 2,502
  • 5
  • 33
  • 46
0
votes
1 answer

Codekit: Any way to reorder projects?

Working with codekit at the office, my project list is getting somewhat extensive. We have two or three network drives that we do work on, and whenever one isn't connected I get scattered 'X'es in my project list - as a compulsive organizer, it…
CodeMoose
  • 2,964
  • 4
  • 31
  • 56
0
votes
1 answer

How to setup Codekit to refresh pages when I updated my mako files?

Hi so I'm working in PyCharm using the Pyramid Python framework and using the template system Mako, .mak files. With LiveReload I was able to add the .mak file extensions and it was able to refresh the pages I was working on. I'm not sure how to do…
Leon Gaban
  • 36,509
  • 115
  • 332
  • 529
0
votes
1 answer

twitter bootstrap get an error on less compile

i'm would like to use twitter bootstrap but assigning bootstrap classes at my own class i get a compile error for example .myRow { .row-fluid; } .myRowSpan { .row-fluid .span4; } i'm using codekit compiler for less, and i import bootstrap at the…
user1412077
0
votes
1 answer

SCSS Partials for .css files without changing the filename

I'm looking for ways to optimize my WordPress instance. The theme has about 8-10 CSS files that are rendered in the functions.php. Consequently, I do not want to change any file names because that would mean that I have to hack the theme and I want…
Jeff
  • 13,943
  • 11
  • 55
  • 103
0
votes
1 answer

Compiling CSS on OSX Lion in CodeKit - File to import not found or unreadable: compass

Having an issue with CodeKit compiling my SCSS files. It works via Terminal with compass compile or compass watch but within CodeKit it throws this error: Syntax error: File to import not found or unreadable: compass. Load path: / The…
creamcheese
  • 2,524
  • 3
  • 29
  • 55
0
votes
0 answers

How to make WordPress style.css work as a Stylus .styl -file

I'm running into problems with WordPress style.css files when trying to use then as .styl -files. The style.css from twentytwelve is the only one so far that works when I just change it from .css to .styl. So for example when I copy-paste the…
Jonathan
  • 697
  • 3
  • 13
  • 24
0
votes
1 answer

Codekit Segmentation fault

I'm getting the following error when trying to save in Codekit /Applications/CodeKit.app/Contents/Resources/engines/oilypng/lib/oily_png/oily_png.bundle [BUG] Segmentation fault ruby 1.9.3p286 (2012-10-12 revision 37165)…
philipbrown
  • 554
  • 3
  • 8
0
votes
1 answer

codekit sass/css minify with compass installed on project

I wonder how can I solve to make my project output css file to compile in compressed format, cause there is not an option for that if i install compass to my project The option should be on the right hand column, but there isnt. I also did choosen…
aegyed
  • 1,320
  • 3
  • 20
  • 39
0
votes
1 answer

how big should site CSS files be?

I am aware of CSS and HTML5 and a little bit of jQuery. I am testing around with SASS and Compass. Alongside tools such as Sublime Text 2 and Codekit. However my CSS files (minified) are totaling 106KB. I have included the Foundation 3 framework,…
Neil
  • 971
  • 2
  • 12
  • 33
0
votes
1 answer

Jade mixin requires extra element

This compiles but if I remove the div at the very end there, it throws an error. I am using codekit for compilation. What am I not getting here? Why does that extra div matter? mixin ListItemDetail(labels,values) .listItemSection …
Fresheyeball
  • 29,567
  • 20
  • 102
  • 164
-1
votes
1 answer

Highlight HTML code when clicking element in browser while live previewing

Adobe Brackets has one good built-in feature: While live previewing an HTML doc, you can click any element in the browser and Brackets will highlight the specific code. I'm looking for other text editors, browser plugins, or apps that can do…
TD540
  • 1,728
  • 3
  • 14
  • 26
-1
votes
1 answer

CodeKit: @codekit-prepend not working

I am trying to combine Javascript files via CodeKit using the in-file statement @codekit-prepend. Even though all the paths are correct and all the files exist CodeKit does not resolve the in-file statements. Is there anything missing?
nerdess
  • 10,051
  • 10
  • 45
  • 55
-1
votes
1 answer

Broken zen-grids with external compass and codekit

I'm using drupal and Zen grids with compass. Till the last week all works fantastic. I'm using Codekit with an external gem compass in my native OS ruby install since my rvm doesn't work. So I upgrade my Codekitt app to the version 2.1.5 and now…
Russo
  • 301
  • 3
  • 12
1 2 3
11
12