sass: {
dist: {
options: {
style: 'nested',
noCache: true
},
files: {
'css/style.css': 'scss/*.scss'
}
}
}