example: {
src: [
'app/modules/example/js/example-app.js',
'app/modules/example/js/services/example-service.js',
'app/modules/example/js/controllers/example-enter-qty.js',
'app/modules/example/js/controllers/example-print-upc.js',
'app/modules/test/js/directives/example-print-upc.js'
],
dest: 'app/js/example.js'
}
I am having issues concatenating my scripts. When I try to load the concatenated JavaScript file, the module itself stops working completely.
No information is displaying in the console.log which makes debugging very difficult.