Skip to content

Instantly share code, notes, and snippets.

@koirikivi
Created November 18, 2013 13:49
Show Gist options
  • Save koirikivi/7528056 to your computer and use it in GitHub Desktop.
Save koirikivi/7528056 to your computer and use it in GitHub Desktop.
watch:
options:
livereload: true
spawn: false
watch:
sass:
files: 'sass/*.scss'
tasks: 'compass:compile'
options:
livereload: false
spawn: true
css:
files: 'css/*.css'
options:
livereload: true
js:
files: 'js/*.js'
tasks: ['jslint']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment