diff options
author | Zachary Sloan | 2012-11-01 17:29:21 -0500 |
---|---|---|
committer | Zachary Sloan | 2012-11-01 17:29:21 -0500 |
commit | c0097b0021b0bff5b42658a279043a16bb4e9ad9 (patch) | |
tree | 24891908a750c27afb5cf822bed50b4e5af62389 /misc | |
parent | 29de88e179b735a26a2134db4d10d88905afad32 (diff) | |
download | genenetwork2-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')
-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) =========================================== |