mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-05-04 01:43:55 -04:00
Instead of .js.handlebars
use .hbs
for handlebars templates
This commit is contained in:
parent
d26227ae3d
commit
d0fb8bbcfc
187 changed files with 14 additions and 11 deletions
lib/autospec
|
@ -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|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue