SJRK-442: Rename all ".handlebars" files to ".hbs"

Metadata

Source
SJRK-442
Type
Improvement
Priority
Trivial
Status
Closed
Resolution
Fixed
Assignee
Gregor Moss
Reporter
Gregor Moss
Created
2020-12-13T22:27:18.495-0500
Updated
2021-02-26T10:58:24.268-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. Storytelling Tool UI

Description

Rename all Handlebars template files from using the ".handlebars" extension to ".hbs". Server-side aspects of fluid-handlebars are configured to accept either, and client-side configurations currently specify the template directly by name, so this should not be a breaking change.

This change should make it easier to read the template file names in the file tree, as well as some undoubtedly marginal benefits from losing all those extra characters in files that refer to the templates 😉