diff --git a/app/templates/gulpfile.js b/app/templates/gulpfile.js index 28971ce9db2a..db34e5fcb691 100644 --- a/app/templates/gulpfile.js +++ b/app/templates/gulpfile.js @@ -36,7 +36,7 @@ var config = { dist: 'src/main/webapp/dist/', test: 'src/test/javascript/'<% if(useSass) { %>, importPath: 'src/main/webapp/bower_components', - scss: 'src/main/webapp/scss/'<% } %>, + scss: 'src/main/scss/'<% } %>, port: 9000, apiPort: 8080, liveReloadPort: 35729