Skip to content

Instantly share code, notes, and snippets.

@CooperAtive
Created March 12, 2014 20:26
Show Gist options
  • Save CooperAtive/9515596 to your computer and use it in GitHub Desktop.
Save CooperAtive/9515596 to your computer and use it in GitHub Desktop.
type error fix
sass: {
dist: {
files: {'build/css/styles.css': 'assets/scss/styles.scss'}
},
dev: {
options: {
includePaths: {
options: {
'includePaths': ['public/scss/'],
}
}
},
files: {'build/css/styles.css': 'assets/scss/styles.scss'}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment