aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 6201b236..fff9ce1c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -166,7 +166,7 @@ task :compile => [:init, :compile_scenario, :generate_ie_compat] do
f.write(gen_css('css/angular.css', true))
end
- %x(java -jar lib/compiler-closure/compiler.jar \
+ %x(java -jar lib/closure-compiler/compiler.jar \
--compilation_level SIMPLE_OPTIMIZATIONS \
--js #{path_to('angular.js')} \
--js_output_file #{path_to('angular.min.js')})