Skip to content

Commit

Permalink
Renamed the handlebar-helpers folder to handlebars-helpers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glitch (glitch-fediverse-bot) committed Sep 29, 2018
1 parent 3e35b08 commit a005708
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ app.use('/js/scripts.js', babelify('src/scripts/scripts.js', {
app.engine('handlebars', exphbs({
defaultLayout: 'main',
helpers: {
for: require('./handlebar-helpers/for'),
equals: require('./handlebar-helpers/equals')
for: require('./handlebars-helpers/for'),
equals: require('./handlebars-helpers/equals')
}
}));

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a005708

Please sign in to comment.