8000 Panini does not output pages with html extension when pages are .hbs · Issue #171 · foundation/panini · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Panini does not output pages with html extension when pages are .hbs #171
71DE
Open
@TeriyakiBomb

Description

@TeriyakiBomb

So looking at the gulpfile, the pages task the src accepts three different extensions, But when I save my pages as .hbs, panini keeps the .hbs extension in dist is there something I'm missing?

  return gulp.src('src/pages/**/*.{html,hbs,handlebars}')
    .pipe(panini({
      root: 'src/pages/',
      layouts: 'src/layouts/',
      partials: 'src/partials/',
      data: 'src/data/',
      helpers: 'src/helpers/'
    }))
    .pipe(gulp.dest(PATHS.dist));
}```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0