aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorMisko Hevery2012-03-26 16:22:06 -0700
committerMisko Hevery2012-03-28 11:16:36 -0700
commit7b22d59b4a16d5c50c2eee054178ba17f8038880 (patch)
tree174f4d18d3545ea9c7e2e569a82df17b8ee0d6a9 /Rakefile
parent798bca62c6f64775b85deda3713e7b6bcc7a4b4d (diff)
downloadangular.js-7b22d59b4a16d5c50c2eee054178ba17f8038880.tar.bz2
chore(ngCookies): moved to module
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 2748d1d1..c6a55c73 100644
--- a/Rakefile
+++ b/Rakefile
@@ -81,9 +81,11 @@ task :compile => [:init, :compile_scenario, :compile_jstd_scenario_adapter] do
FileUtils.cp 'src/ngMock/angular-mocks.js', path_to('angular-mocks.js')
FileUtils.cp 'src/ngResource/resource.js', path_to('angular-resource.js')
+ FileUtils.cp 'src/ngCookies/cookies.js', path_to('angular-cookies.js')
closureCompile('angular.js')
+ closureCompile('angular-cookies.js')
closureCompile('angular-loader.js')
closureCompile('angular-resource.js')
@@ -115,6 +117,8 @@ task :package => [:clean, :compile, :docs] do
path_to('angular-loader.js'),
path_to('angular-loader.min.js'),
path_to('angular-mocks.js'),
+ path_to('angular-cookies.js'),
+ path_to('angular-cookies.min.js'),
path_to('angular-resource.js'),
path_to('angular-resource.min.js'),
path_to('angular-scenario.js'),