Skip to content

Commit

Permalink
closure compiler -> uglify
Browse files Browse the repository at this point in the history
  • Loading branch information
jwagner committed Mar 27, 2013
1 parent e556894 commit c82ecf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Expand Up @@ -60,8 +60,9 @@ def write_manifest(name, entries)
end

file 'break.min.js' => ['break.js'] do |t|
sh "uglifyjs break.js > break.min.js"
#sh "java -jar compiler.jar --formatting=pretty_print --js #{t.prerequisites[0]} --compilation_level SIMPLE_OPTIMIZATIONS --js_output_file #{t.name}"
sh "java -jar compiler.jar --js #{t.prerequisites[0]} --compilation_level SIMPLE_OPTIMIZATIONS --js_output_file #{t.name}"
#sh "java -jar compiler.jar --js #{t.prerequisites[0]} --compilation_level SIMPLE_OPTIMIZATIONS --js_output_file #{t.name}"
end

rule '.wav' => [proc {|f| f.pathmap 'csound/%n.csd'}] do |t|
Expand Down

0 comments on commit c82ecf2

Please sign in to comment.