segment-boneyard / component-jade

A plugin to transpile Jade files for the component builder.
12 stars 8 forks source link

jade should be a dep in package.json #21

Closed azhang closed 10 years ago

azhang commented 10 years ago

jade 1.1.5 isn't working for me so I'll wait to add this.

azhang commented 10 years ago

Nevermind... i don't know what I was looking at...

azhang commented 10 years ago

Actually I think both component-builder and jade are supposed to be dependencies, not devDependencies. User depends on both in order use this.

ianstormtaylor commented 10 years ago

ah, we actualy made it not a dep so that you can require in whichever version of jade you want (kinda of like consolidate.js) that way you aren't pinned to our versions

azhang commented 10 years ago

Oh, gotcha.