mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-06-08 05:14:38 +00:00
Fix INET6 sockets
This commit is contained in:
6
dev.py
6
dev.py
@@ -7,9 +7,9 @@ import sys
|
||||
import shlex
|
||||
|
||||
commands = [
|
||||
'coffee -wcb -j app/static/javascripts/main.js ' +
|
||||
' '.join(glob('app/static/coffees/*.coffee')),
|
||||
'compass watch app/static',
|
||||
'coffee -wcb -j butterfly/static/javascripts/main.js ' +
|
||||
' '.join(glob('butterfly/static/coffees/*.coffee')),
|
||||
'compass watch butterfly/static',
|
||||
'python butterfly.py ' + ' '.join(sys.argv[1:])
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user