We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324311f commit 7cabf29Copy full SHA for 7cabf29
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