Skip to content

Commit 6923d4d

Browse files
committed
Add SCSS files to Gulp watch list
1 parent deadd85 commit 6923d4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ var options = {
3434

3535
sass: {
3636
files: [
37-
'client/stylesheets/*.sass',
38-
'client/stylesheets/**/*.sass'
37+
'client/stylesheets/*.{sass,scss}',
38+
'client/stylesheets/**/*.{sass,scss}'
3939
],
4040
destination: 'public/stylesheets'
4141
},

0 commit comments

Comments
 (0)