Skip to content

Commit

Permalink
Merge pull request #3008 from atomfrede/gulp-sass-#3000
Browse files Browse the repository at this point in the history
correct sccs path in gulp file
  • Loading branch information
deepu105 committed Feb 27, 2016
2 parents 17f7c6d + ed95e23 commit d962f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d962f5b

Please sign in to comment.