adds handlebars assets

This commit is contained in:
Lukas Beaton 2012-11-21 14:49:31 -05:00
parent 4e64480c69
commit 16fb1a7214

View File

@ -40,7 +40,7 @@ module Jasmine::Headless
@asset_paths = nil
# register haml-sprockets if it's available...
%w{haml-sprockets}.each do |library|
%w{haml-sprockets handlebars_assets}.each do |library|
begin
require library
rescue LoadError