-
Hello, I would normally keep bower_components above the root directory. Since I can't use CodeKit to concatenate js for Foundation 6.2 yet I have mover the bower_components file into root. I have ad…
-
According to docs it sounds like I could do something such as this in a file called script.js:
`@codekit-prepend "../lib/test.js"`
Directory structure:
public
js/script.js
lib/test.js
But it …
-
Codekit 1.8.1 appears to have a memory leak. Has anyone else encountered this? I have 2 projects (have had them for the last 8 months) but with the latest release, compilations are very slow and CK is…
-
I have installed [rgbapng for Compass](https://github.com/aaronrussell/compass-rgbapng), but Codekit can't seem to find this. I get this error when trying to compile:
```
Compass was unable to compil…
-
Hi! I've been using codekit since version 1, big kudos! I don't thing I get as exited for any app update as I do for yours, the release notes are the funniest thing, so if you get bored of this coding…
-
Hi there. I just installed 2.8 yesterday (per the prompt I got). I went to add a new project today and when I did, it seemed to have deleted all my other projects. Then when I try to add one of my …
-
I know you haven't included many sass related plugins to codekit; compass, bourbon and susy are the only so far i can think of. But i wanted to suggest another one; modular-scale by team sass (https:/…
-
Heyo!
I added CodeKit as a Login Item via Users & Groups > Login Items. When the computer boots up, there's an active codekit icon in the dock, but when I click it, nothing happens; Codekit doesn't o…
-
Basically I would like the ability to
```
@import 'RootDir/SomeDir/*'
```
in a stylus file and have codekit import all the .styl files in that directory. Or in coffeescript
```
@codekit-prepen…
-
Hi, Is it possible to do that?
My files are compiled with codeKit so they are connect in terms of variable / mixin / ecc when the .css file is built but in the .scss there's no reference to the sas…