SlexAxton / require-handlebars-plugin

A plugin for handlebars in require.js (both in dev and build)
804 stars 202 forks source link

Always declare templates with hbs! #209

Closed stutrek closed 9 years ago

stutrek commented 9 years ago

Without this change it is impossible to have module.js right next to module.hbs because the names collide. This ensures that hbs! is always added to the module name, stopping the collision.