From 643b43ffe5bd481b129484828fb35e2ab71a7d4c Mon Sep 17 00:00:00 2001 From: Andres Ornelas Date: Thu, 5 Aug 2010 15:44:54 -0700 Subject: Added new files to Rakefile and consistently used .addFuture --- Rakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 4eb22ade..bf37edce 100644 --- a/Rakefile +++ b/Rakefile @@ -45,8 +45,10 @@ task :compile_scenario do src/apis.js \ src/services.js \ src/AngularPublic.js \ - src/scenario/Runner.js \ src/scenario/DSL.js \ + src/scenario/Future.js \ + src/scenario/Matcher.js \ + src/scenario/Runner.js \ src/scenario/angular.suffix \ ) css = %x(cat css/angular-scenario.css) -- cgit v1.2.3