From d87bfee051d000f5bf04c39aa188407d5f3dcdef Mon Sep 17 00:00:00 2001 From: Paulo Gladson Ximenes Pinheiro Date: Fri, 19 Feb 2016 15:04:39 -0200 Subject: [PATCH] Correção da pasta de deploy do angular --- archetype/angularModular/src/main/resources/archetype-resources/view/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archetype/angularModular/src/main/resources/archetype-resources/view/Gruntfile.js b/archetype/angularModular/src/main/resources/archetype-resources/view/Gruntfile.js index a026345..c93b090 100644 --- a/archetype/angularModular/src/main/resources/archetype-resources/view/Gruntfile.js +++ b/archetype/angularModular/src/main/resources/archetype-resources/view/Gruntfile.js @@ -18,7 +18,7 @@ module.exports = function (grunt) { // Configurable paths for the application var appConfig = { app: require('./bower.json').appPath || 'app', - dist: 'src/main/webapp' + dist: 'dist' }; // Define the configuration for all the tasks -- libgit2 0.21.2