aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorAndres Ornelas2010-05-27 11:26:23 -0700
committerAndres Ornelas2010-05-27 11:26:23 -0700
commitcb5d21192787985bbff20b369e885639de253345 (patch)
tree127c401a80e03ac4f6ad657ddbc1dfe6841d0f2a /Rakefile
parent177873df86b6b069892184f24518959e7cef33cd (diff)
downloadangular.js-cb5d21192787985bbff20b369e885639de253345.tar.bz2
extracted switchRouteMatcher and added necessary libraries to angular-scenario
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index a6edb860..82b56dd9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -37,6 +37,13 @@ task :compile_scenario do
src/scenario/angular.prefix \
src/Angular.js \
src/JSON.js \
+ src/Scope.js \
+ src/Parser.js \
+ src/Resource.js \
+ src/Browser.js \
+ src/apis.js \
+ src/services.js \
+ src/AngularPublic.js \
src/scenario/Runner.js \
src/scenario/DSL.js \
src/scenario/angular.suffix \