Skip to content

Commit cc2dc7f

Browse files
committed
Compress vendor CSS
1 parent 906884e commit cc2dc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/grunt/cssmin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
},
1818
vendor: {
1919
expand: true,
20-
cwd: 'css/',
20+
cwd: '<%= paths.cssSrc %>vendor',
2121
src: [
2222
'*.css',
2323
'!*.min.css'

0 commit comments

Comments
 (0)