From 9504f161d033628d369c93858873c16c56906dba Mon Sep 17 00:00:00 2001 From: azzamallow Date: Mon, 12 May 2014 22:53:05 -0400 Subject: [PATCH] ngmin configuration updated to minify angular component --- app/templates/Gruntfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/Gruntfile.js b/app/templates/Gruntfile.js index a006543..4d108d7 100644 --- a/app/templates/Gruntfile.js +++ b/app/templates/Gruntfile.js @@ -143,9 +143,9 @@ module.exports = function (grunt) { dist: { files: [{ expand: true, - cwd: '.tmp/concat/scripts', + cwd: '.tmp/scripts', src: '*.js', - dest: '.tmp/concat/scripts' + dest: '.tmp/scripts' }] } }, @@ -251,4 +251,4 @@ module.exports = function (grunt) { 'test', 'build' ]); -}; \ No newline at end of file +};