aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 7b5872d3..55ed8d03 100644
--- a/Rakefile
+++ b/Rakefile
@@ -124,6 +124,10 @@ task :package => [:clean, :compile, :docs] do
path_to('angular.min.js'),
path_to('angular-loader.js'),
path_to('angular-loader.min.js'),
+ path_to('angular-bootstrap.js'),
+ path_to('angular-bootstrap.min.js'),
+ path_to('angular-bootstrap-prettify.js'),
+ path_to('angular-bootstrap-prettify.min.js'),
path_to('angular-mocks.js'),
path_to('angular-cookies.js'),
path_to('angular-cookies.min.js'),