lib/closure.rb in closure-1.1.692 vs lib/closure.rb in closure-1.2.701
- old
+ new
@@ -38,10 +38,11 @@
autoload(:Middleware, 'closure/middleware')
autoload(:Compiler, 'closure/compiler')
autoload(:Server, 'closure/server')
autoload(:Goog, 'closure/goog')
autoload(:Templates, 'closure/templates')
+ autoload(:ShowExceptions, 'closure/show_exceptions')
# Filesystem location of the Closure Script install.
# Typically, where the gem was installed. This is mainly used
# internally but may be useful for experimental configurations.
@@ -56,10 +57,11 @@
# version you want and check it in to your repository.
BUILT_INS = {
:goog => File.join(base_path, 'closure-library', 'closure', 'goog'),
:goog_vendor => File.join(base_path, 'closure-library', 'third_party', 'closure', 'goog'),
:soy => File.join(base_path, 'closure-templates'),
- :examples => File.join(base_path, 'scripts', 'examples')
+ :externs => File.join(base_path, 'scripts', 'externs'),
+ :demos => File.join(base_path, 'scripts', 'demos')
}
# Easy config. This adds to the global instance of sources and
# supports using the {BUILT_INS}.