Run location.hash at start + fix weird browser with TouchEvent + remove spellcheck in ff

This commit is contained in:
Florian Mounier
2014-02-14 13:43:50 +01:00
parent 805f61a80d
commit ae64a7c4e7
6 changed files with 35 additions and 36 deletions

2
dev.py
View File

@@ -12,6 +12,8 @@ commands = [
'butterfly/static/coffees/backsel.coffee ' +
'butterfly/static/coffees/virtual_input.coffee ' +
'butterfly/static/coffees/main.coffee ',
'coffee -wcb -o butterfly/static/javascripts/ ' +
'butterfly/static/coffees/worker.coffee',
'compass watch butterfly/static',
'python butterfly.server.py ' + ' '.join(sys.argv[1:])
]