Created
July 4, 2015 09:49
-
-
Save klaemo/dc5a2730e0ddc05907e0 to your computer and use it in GitHub Desktop.
watching css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm i -D chokidar-cli |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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