adds handlebars assets #171

Open
LukasBeaton wants to merge 1 commits from unknown repository into master

View File

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