Skip to content

Instantly share code, notes, and snippets.

@indieisaconcept
Last active October 11, 2015 22:48
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save indieisaconcept/3932026 to your computer and use it in GitHub Desktop.
Example task configuration for grunt-styleguide
styleguide: {
styledocco: {
options: {
framework: {
name: 'styledocco'
},
name: 'Style Guide',
template: {
include: ['plugin.css', 'app.js']
}
},
files: {
'tmp/styledocco/docs/bootstrap/less': 'test/fixtures/styledocco/docs/bootstrap/**/*.less',
'tmp/styledocco/docs/bootstrap/sass': 'test/fixtures/styledocco/docs/bootstrap/**/*.{scss,sass}'
},
}
}
@pjkix
Copy link

pjkix commented Dec 13, 2013

I think there is an error to the files part ...

Warning: Arguments to path.join must be strings Use --force to continue.

@pjkix
Copy link

pjkix commented Dec 13, 2013

nevermind, had an error with my path :-/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment