Skip to content

Commit

Permalink
Fix file watcher.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Mauro committed Aug 18, 2012
1 parent 1d81d1a commit b7bc313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watch_files
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

cd "$( dirname "${BASH_SOURCE[0]}" )"
coffee -o js/ -cw coffee/ &
sass --watch scss:css --style compressed &
coffee -o ./js/ -cw ./coffee/

0 comments on commit b7bc313

Please sign in to comment.