diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/notes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/notes.txt b/misc/notes.txt index e7b94087..b3678a04 100644 --- a/misc/notes.txt +++ b/misc/notes.txt @@ -41,7 +41,7 @@ Go to /tmp and tail -f flask_gn_log Coffeescript Stuff: coffee -c (filename) -coffee -c -w (to watch for changes and recompile) +coffee -c -w . (to watch for changes and recompile in current directory; the "." is for current directory) coffee --help (for information about setting options) =========================================== |