bdkjones / Kit

The Kit Compiler, as implemented in CodeKit
77 stars 6 forks source link

JavaScript version for integration with, e.g., Grunt or Brunch? #1

Closed sathomas closed 11 years ago

sathomas commented 11 years ago

Wondering if anyone's started a project to create a JavaScript version of the CodeKit .kit "compiler" that could be integrated into Grunt or Brunch. As much as I like using .kit files, the lack of an OS-agnostic, command-line compiler pretty much rules it out.

bdkjones commented 11 years ago

Yes. Someone has built a kit compiler for Node.js. It's on Github somewhere.

-Bryan

Sent from my iPhone

On Jun 22, 2013, at 8:59, Stephen A Thomas notifications@github.com wrote:

Wondering if anyone's started a project to create a JavaScript version of the CodeKit .kit "compiler" that could be integrated into Grunt or Brunch. As much as I like using .kit files, the lack of an OS-agnostic, command-line compiler pretty much rules it out.

— Reply to this email directly or view it on GitHub.

sathomas commented 11 years ago

Looks like this might be the one:

https://github.com/awebneck/kcomp