We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 324311f + 7cabf29 commit c7a752cCopy full SHA for c7a752c
1 file changed
lib/closure/compiler.rb
@@ -50,7 +50,7 @@ def compile(io)
50
# resulting JavaScript as a string or yields an IO object containing the
51
# response to a block, for streaming.
52
def compile_files(files)
53
- @options.merge!({js: files})
+ @options.merge!(:js => files)
54
55
begin
56
result = `#{command} 2>&1`
0 commit comments