diff options
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index c318a2a6..ac7e47b6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -89,7 +89,8 @@ module.exports = function(grunt) { dest: 'build/angular-mobile.js', src: util.wrap([ 'src/ngMobile/mobile.js', - 'src/ngMobile/directive/ngClick.js' + 'src/ngMobile/directive/ngClick.js', + 'src/ngMobile/directive/ngSwipe.js' ], 'module') }, mocks: { |
