Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Fix up default section template location
Browse files Browse the repository at this point in the history
  • Loading branch information
ostowe committed Jun 13, 2017
1 parent 3c62bb2 commit 1bb92b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/cli/huron-cli.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cli/huron-cli.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/default-config/huron.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
port: 8080,
prototypes: ['index'],
root: 'dist/',
sectionTemplate: path.join(__dirname, '../templates/section.hbs'),
sectionTemplate: path.join(__dirname, '../../templates/section.hbs'),
templates: {
rule: {
test: /\.(hbs|handlebars)$/,
Expand Down

0 comments on commit 1bb92b5

Please sign in to comment.