From 563a98e4bd0fd9f2277befcfe45ff2d0476878d8 Mon Sep 17 00:00:00 2001 From: Shyam Seshadri Date: Wed, 24 Mar 2010 10:50:02 -0700 Subject: Fix rakefile to work with older versions of rake --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3