It does not seem to create the relevant directories, as well as generate the styleguide.
I have attached relevant imagery, can anyone see a mistake?
It runs the task in Grunt with no errors, but nothing is generated or outputted
I'm using grunt-styleguide which works fine with both StyleDocco and KSS.
Here's my configuration with the default yeoman webapp generator :
styleguide: {
options: {
template: {
src: 'app/styleguide-template'
},
framework: {
name: 'kss'
}
},
all: {
files: [{
'.tmp/styleguide': 'app/styles/main.scss'
}]
}
},