Skip to content

Instantly share code, notes, and snippets.

@asciidisco
Created October 29, 2014 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asciidisco/3126a759e04609d11d1f to your computer and use it in GitHub Desktop.
Save asciidisco/3126a759e04609d11d1f to your computer and use it in GitHub Desktop.
grunt-sass multifile
sass: {
dist: {
files: {
'src/css/main.css': 'src/scss/main.scss',
'src/css/main2.css': 'src/scss/main2.scss'
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment