aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 264fe874..6d0395fb 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -160,6 +160,10 @@ module.exports = function(grunt) {
dest: 'build/angular-resource.js',
src: util.wrap(['src/ngResource/resource.js'], 'module')
},
+ animate: {
+ dest: 'build/angular-animate.js',
+ src: util.wrap(['src/ngAnimate/animate.js'], 'module')
+ },
route: {
dest: 'build/angular-route.js',
src: util.wrap([
@@ -178,6 +182,7 @@ module.exports = function(grunt) {
min: {
angular: 'build/angular.js',
+ animate: 'build/angular-animate.js',
cookies: 'build/angular-cookies.js',
loader: 'build/angular-loader.js',
mobile: 'build/angular-mobile.js',