aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorAndres Ornelas2010-08-05 15:44:54 -0700
committerAndres Ornelas2010-08-05 15:44:54 -0700
commit643b43ffe5bd481b129484828fb35e2ab71a7d4c (patch)
treea7f190a22ff1a12fcce4a4412daf1310f8ca98f0 /Rakefile
parent6d0eeda1e231d0fbe515ce4cea8bf6245e1b72d3 (diff)
downloadangular.js-643b43ffe5bd481b129484828fb35e2ab71a7d4c.tar.bz2
Added new files to Rakefile and consistently used .addFuture
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 3 insertions, 1 deletions
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)