From d5a93ce2a73871cfdc4bf015edcd258cf2f1153a Mon Sep 17 00:00:00 2001 From: Nate Delage Date: Fri, 7 Nov 2014 21:51:38 -0600 Subject: [PATCH] Include transitions.js --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 2c190f3..f1dccc3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -55,6 +55,7 @@ module.exports = function (grunt) { 'js/common.js', 'js/modals.js', 'js/popovers.js', + 'js/transitions.js', 'js/push.js', 'js/segmented-controllers.js', 'js/sliders.js',