Commit d87bfee051d000f5bf04c39aa188407d5f3dcdef
1 parent
de91c898
Exists in
master
Correção da pasta de deploy do angular
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 | ... | ... |