Skip to content

Commit

Permalink
Put add_preamble where it was.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Aug 30, 2011
1 parent a9294b2 commit 48339ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/barista.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def has_hook?(name)


# Configuration - Tweak how you use Barista. # Configuration - Tweak how you use Barista.


has_boolean_options :verbose, :bare, :add_filter, :exception_on_error, :embedded_interpreter, :auto_compile, :add_preamble has_boolean_options :verbose, :bare, :add_filter, :add_preamble, :exception_on_error, :embedded_interpreter, :auto_compile
has_delegate_methods Compiler, :bin_path, :bin_path=, :js_path, :js_path= has_delegate_methods Compiler, :bin_path, :bin_path=, :js_path, :js_path=
has_delegate_methods Framework, :register has_delegate_methods Framework, :register
has_deprecated_methods :compiler, :compiler=, :compiler_klass, :compiler_klass= has_deprecated_methods :compiler, :compiler=, :compiler_klass, :compiler_klass=
Expand Down

0 comments on commit 48339ee

Please sign in to comment.