diff --git a/Gruntfile.js b/Gruntfile.js index 73da383..4846eef 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -59,9 +59,18 @@ module.exports = function (grunt) { concat: { dist: { - src: ['src/supported-connectors.js', 'src/factories/dirPagination.js', 'src/app.js', - 'src/**/*-factory.js','src/**/*.factory.js', 'src/**/*.controller.js', 'src/**/**/*.controller.js', - 'src/**/**/**/*.controller.js','src/**/**/**/*.component.js', 'src/**/**/**/*.filter.js','src/**/**/**/*.service.js'], + src: [ + 'src/supported-connectors.js', + 'src/factories/dirPagination.js', + 'src/app.js', + 'src/**/*-factory.js', + 'src/**/*.factory.js', + 'src/**/*.controller.js', + 'src/**/*.component.js', + 'src/**/*.directive.js', + 'src/**/*.filter.js', + 'src/**/*.service.js', + ], dest: 'dist/src/combined.js' } }, diff --git a/index.html b/index.html index ebac4ca..2d7f546 100644 --- a/index.html +++ b/index.html @@ -135,6 +135,8 @@