aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShyam Seshadri2010-03-24 10:50:02 -0700
committerShyam Seshadri2010-03-24 10:50:02 -0700
commit563a98e4bd0fd9f2277befcfe45ff2d0476878d8 (patch)
treeb9f6fae8145e65e6506b8a0da6d95e5dc9773b11
parent03ddc4570b786a7b945e1b40a16f29d2349c68b8 (diff)
downloadangular.js-563a98e4bd0fd9f2277befcfe45ff2d0476878d8.tar.bz2
Fix rakefile to work with older versions of rake
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 5e0bf008..c3189831 100644
--- a/Rakefile
+++ b/Rakefile
@@ -31,7 +31,7 @@ end
desc 'Compile JavaScript'
task :compile do
- Rake::Task['compileexterns'].execute
+ Rake::Task['compileexterns'].execute 0
concat = %x(cat \
src/angular.prefix \