Results 12 comments of bravocado

Hello, you can use it via CodeKit hook. [This tool](https://github.com/addyosmani/critical) have a CLI. more info : https://incident57.com/codekit/help.html#hooks Hooks is a brilliant solution to all of feature requests like this i...

When we're using a large framework like Bootstrap or Foundation, it's always recomended to use it in a modular way. I mean, we can manually include or exclude the module...

+1. +100 if i can. :p

thanks @quickstep25 for your reference. Yes, I'm using Jade right now. But, i feel pain when the styling is repetitive. What i'm expecting is when i'm writing a regular Jade,...

@theskillwithin I think I got it for you. use `rsync`. ``` Destination="your/destination/folder" Source="your/source/folder" rsync -av $PWD/$Source $PWD/$Destination ``` `$PWD` is a command to get your working directory.

And maybe someone is trying to get multiple CSS files (CodeKit do the compressed, and hook do the rest. Or the reverse), since CodeKit only allowing with 1 output file....

@frenzzy, I think there will be another issues regarding `` tag: 1. Anchor with ID as a target will not work. There's need another workaround. Probably will causing another issue....

mentioned on #138 you can check it out to resolve your issue. :)