aboutsummaryrefslogtreecommitdiff
path: root/misc/notes.txt
diff options
context:
space:
mode:
authorZachary Sloan2012-11-01 17:29:21 -0500
committerZachary Sloan2012-11-01 17:29:21 -0500
commitc0097b0021b0bff5b42658a279043a16bb4e9ad9 (patch)
tree24891908a750c27afb5cf822bed50b4e5af62389 /misc/notes.txt
parent29de88e179b735a26a2134db4d10d88905afad32 (diff)
downloadgenenetwork2-c0097b0021b0bff5b42658a279043a16bb4e9ad9.tar.gz
Began integrating do_search.py's DoSearch object into search_results.py,
with simple searches returning correct results Still need to make results display in the table Sam also did some work with the bootstrap styling
Diffstat (limited to 'misc/notes.txt')
-rw-r--r--misc/notes.txt2
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)
===========================================