lib/handlebars_assets/config.rb in handlebars_assets-0.12.2 vs lib/handlebars_assets/config.rb in handlebars_assets-0.12.3
- old
+ new
@@ -7,9 +7,13 @@
attr_writer :compiler, :compiler_path, :ember, :haml_options,
:known_helpers, :known_helpers_only, :options, :patch_files,
:patch_path, :path_prefix, :slim_options, :template_namespace
+ def configure
+ yield self
+ end
+
def compiler
@compiler || 'handlebars.js'
end
def compiler_path