Skip to content

phunehehe/agraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agraph.js is generated by running this

coffee --watch --compile --output html/js/ .

Here is how I make the browser auto reload when there are changes

inotifywait --monitor --recursive --event modify html/ |
    while read crap
    do echo $crap
        xdotool search --name 'agraph - chromium' key ctrl+r
    done

There is a development server too

python -m SimpleHTTPServer