Skip to content

Instantly share code, notes, and snippets.

@dgsunesen
Created July 21, 2014 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgsunesen/3ce3db617fcf348b6d71 to your computer and use it in GitHub Desktop.
Save dgsunesen/3ce3db617fcf348b6d71 to your computer and use it in GitHub Desktop.
assemble: {
options: {
helpers: [
'<%= yeoman.app %>/src/templates/styleguide/handlebarshelpers/sgComponent.js'
],
jsDoc: '<%= yeoman.app %>/src/templates/styleguide/documentation',
sgComponent: {
cwd: '<%= yeoman.app %>/src/templates/styleguide/layouts',
src: '<%= yeoman.app %>/src/templates/partials',
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment