Skip to content

Commit

Permalink
closure compiler updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mendler committed Feb 16, 2010
1 parent ad935d3 commit a3b5a48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ task :default => %w(test:spec)

def shrink_js(t)
sh "cat #{t.prerequisites.sort.join(' ')} | java -jar tools/yuicompressor*.jar --type js -v /dev/stdin > #{t.name}"
#sh "java -jar tools/compiler.jar --compilation_level SIMPLE_OPTIMIZATIONS #{t.prerequisites.sort.map {|x| "--js #{x}" }.join(' ')} > #{t.name}"
#sh "java -jar tools/compiler.jar --compilation_level ADVANCED_OPTIMIZATIONS #{t.prerequisites.sort.map {|x| "--js #{x}" }.join(' ')} > #{t.name}"
end

def sass(file)
Expand Down
Binary file modified tools/compiler.jar
Binary file not shown.

0 comments on commit a3b5a48

Please sign in to comment.