Skip to content

Instantly share code, notes, and snippets.

@klaemo
Created July 4, 2015 09:49
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 klaemo/dc5a2730e0ddc05907e0 to your computer and use it in GitHub Desktop.
Save klaemo/dc5a2730e0ddc05907e0 to your computer and use it in GitHub Desktop.
watching css
npm i -D chokidar-cli
{
"scripts": {
"watch:css": "chokidar 'styles/*.css' 'components/**/*.css' --initial -c 'cssnext -s -v styles/app.css public/app.bundle.css'"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment