1
0
Fork 0

Check for React tools before watching

This commit is contained in:
Gregory Eremin 2015-02-08 22:09:45 +07:00
parent 7eff60acdd
commit b54696bb68
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jsx: check-react
jsx --extension jsx server/static/ server/static/
rm -rf server/static/.module-cache
watch:
watch: check-react
jsx --watch --extension jsx server/static/ server/static/
cleanup: