From ed95e234ccd7656fd830b9b9dfeee97706364499 Mon Sep 17 00:00:00 2001 From: Frederik Hahne Date: Fri, 26 Feb 2016 19:08:28 +0100 Subject: [PATCH] correct sccs path in gulp file close #3000 --- app/templates/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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