Instead of .js.handlebars use .hbs for handlebars templates

This commit is contained in:
Robin Ward 2014-09-26 15:23:15 -04:00
parent d26227ae3d
commit d0fb8bbcfc
187 changed files with 14 additions and 11 deletions
lib/autospec

View file

@ -11,7 +11,7 @@ class Autospec::ReloadCss
watch(/\.css$/)
watch(/\.ca?ss\.erb$/)
watch(/\.s[ac]ss$/)
watch(/\.handlebars$/)
watch(/\.hbs$/)
def self.message_bus
MessageBus::Instance.new.tap do |bus|