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