Skip to content

Commit 160c6b6

Browse files
committed
Trying a more flexible default file structure
Hopefully this will allow subdirs while also ignoring partial files
1 parent b955544 commit 160c6b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/grunt/sass.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ module.exports = {
1212
expand: true,
1313
cwd: '<%= paths.cssSrc %>',
1414
src: [
15-
'*.scss'
15+
'*.scss',
16+
'**/*.scss',
17+
'!_*.scss',
18+
'!**/_*.scss'
1619
],
1720
dest: '<%= paths.cssDist %>',
1821
ext: '.css'

0 commit comments

Comments
 (0)