Initialize snowflake instance with a config

This commit is contained in:
Arlo Breault 2019-05-08 16:13:22 -04:00
parent edbbea1d03
commit 2d8a1690ba
11 changed files with 125 additions and 113 deletions

View file

@ -11,6 +11,7 @@ FILES = [
'broker.coffee'
'ui.coffee'
'snowflake.coffee'
'config.coffee'
]
FILES_SPEC = [
'spec/util.spec.coffee'
@ -19,6 +20,7 @@ FILES_SPEC = [
'spec/proxypair.spec.coffee'
'spec/snowflake.spec.coffee'
'spec/websocket.spec.coffee'
'spec/init.spec.coffee'
]
FILES_ALL = FILES.concat FILES_SPEC
OUTFILE = 'snowflake.js'