Skip to content

Unable to provide custom Layout? #2

@json-uk

Description

@json-uk

I'm attempting to use a custom layout for the style guide output. However, this doesn't seem to work

In my gulpfile, I have this:

var styleguideOptions = {
  site: {
    title: 'Bloc{CSS} Documentation',
    css: appFiles.css
  },
  src: {
    css: basePaths.src + assetPaths.css + '**/*.css',
    templates: ['src/templates/**/*.mustache']

  },
  dest: {
    html: basePaths.dest + assetPaths.app
  }
};

gulp.task('templates', plugins.styleguide.templates(styleguideOptions));

gulp.task('build', ['templates'], plugins.styleguide.build(styleguideOptions));

As you can see, I'm passing in the location to the templates (path vars are confirmed correct). However it's not using my layout.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions