We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6efb922 + e5555e3 commit 0484508Copy full SHA for 0484508
1 file changed
lib/closure/compiler.rb
@@ -9,6 +9,8 @@ class Error < StandardError; end
9
# The Closure::Compiler is a basic wrapper around the actual JAR. There's not
10
# much to see here.
11
class Compiler
12
+
13
+ attr_accessor :options
14
15
DEFAULT_OPTIONS = {
16
:warning_level => 'QUIET',
0 commit comments