aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorMisko Hevery2010-08-11 11:17:55 -0700
committerMisko Hevery2010-08-11 11:21:03 -0700
commit412f05977c41fbda46278b637c4d1a84996d48d1 (patch)
tree9ec767917b640f1687235dcd2681856260953a76 /Rakefile
parent49ffab3318e3ac8cebe34d4d55a04c9fe12d62c3 (diff)
downloadangular.js-412f05977c41fbda46278b637c4d1a84996d48d1.tar.bz2
removed google charts and few other filters, switched to simple optimization for compiler
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index bf37edce..de1f7527 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-include FileUtils
+ include FileUtils
task :default => [:compile, :test]
@@ -91,7 +91,7 @@ task :compile do
f.close
%x(java -jar lib/compiler-closure/compiler.jar \
- --compilation_level ADVANCED_OPTIMIZATIONS \
+ --compilation_level SIMPLE_OPTIMIZATIONS \
--js angular-debug.js \
--externs externs.js \
--create_source_map ./angular-minified.map \