Skip to content

Instantly share code, notes, and snippets.

@pudly
Created May 25, 2018 00:57
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 pudly/ee813354f39f21c276d8d59aa292a85e to your computer and use it in GitHub Desktop.
Save pudly/ee813354f39f21c276d8d59aa292a85e to your computer and use it in GitHub Desktop.
sass: {
dev: {
options: {
style: 'expanded',
},
files: [{
expand: true,
cwd: 'sass',
src: ['schmopera.scss'],
dest: 'static/css',
ext: '.css'
}]
}
},
// WHEN FILES CHANGE, RUN THE ABOVE TASKS ALONG WITH BUILD
watch: {
sass : {
files: ['sass/**/*.scss'],
tasks: ['sass']
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment