EightMedia / styleguide.js

Generate a styleguide from your CSS, by adding YAML data
193 stars 8 forks source link

commit e3457d9c207 introduced mkdir as a dependency which is missing #8

Closed gunalmel closed 9 years ago

gunalmel commented 9 years ago

e3457d9c2078da699eea0cfc69399e1b45b5b58a requires mkdir but after grunt-styleguidejs is installed it can not be found. It is installed as part of jade dependency but not as part of styleguidjs. Error: Cannot find module 'mkdirp' node_modules/grunt-styleguidejs/node_modules/styleguidejs/lib/index.js:4:14

mbaer3000 commented 9 years ago

same issue over here: mkdirp ought to be a dependency, as opposed to a devDependency, right?

Aratramba commented 9 years ago

sorry, was in a hurry. Does this new release fix it? 7a6f7eaaa71052edf1f61a333b61ef4188961ee0

mbaer3000 commented 9 years ago

all good now!

Aratramba commented 9 years ago

awesome. Thanks for the help!