mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Begin embeddable snowflake badge (issue #16)
This commit is contained in:
parent
a915758275
commit
7677707249
4 changed files with 55 additions and 11 deletions
|
@ -33,6 +33,12 @@ task 'test', 'snowflake unit tests', ->
|
|||
throw err if err
|
||||
console.log stdout + stderr
|
||||
|
||||
# task 'build:embed', 'build the snowflake badge', ->
|
||||
# exec 'mkdir -p build'
|
||||
# concatCoffeeFiles()
|
||||
# copyStaticFiles()
|
||||
# compileCoffee()
|
||||
|
||||
task 'build', 'build the snowflake proxy', ->
|
||||
exec 'mkdir -p build'
|
||||
concatCoffeeFiles()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue