mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Fix ui.coffee debug mode message log
This commit is contained in:
parent
889b3fee98
commit
e0081ea954
3 changed files with 10 additions and 9 deletions
|
@ -21,10 +21,10 @@ STATIC = 'static'
|
|||
|
||||
concatCoffeeFiles = -> exec 'cat ' + FILES.join(' ') + ' | cat > ' + OUTFILE
|
||||
|
||||
copyStaticFiles = -> exec '' + STATIC + '/* build/'
|
||||
copyStaticFiles = -> exec 'cp ' + STATIC + '/* build/'
|
||||
|
||||
compileCoffee = ->
|
||||
exec 'coffee -o build -b -c build/snowflake.coffee', (err, stdout, stderr) ->
|
||||
exec 'coffee -o build -cb ' + OUTFILE, (err, stdout, stderr) ->
|
||||
throw err if err
|
||||
|
||||
task 'test', 'snowflake unit tests', ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue