Commit d87bfee051d000f5bf04c39aa188407d5f3dcdef

Authored by Paulo Gladson Ximenes Pinheiro
1 parent de91c898
Exists in master

Correção da pasta de deploy do angular

archetype/angularModular/src/main/resources/archetype-resources/view/Gruntfile.js
... ... @@ -18,7 +18,7 @@ module.exports = function (grunt) {
18 18 // Configurable paths for the application
19 19 var appConfig = {
20 20 app: require('./bower.json').appPath || 'app',
21   - dist: 'src/main/webapp'
  21 + dist: 'dist'
22 22 };
23 23  
24 24 // Define the configuration for all the tasks
... ...