Begin embeddable snowflake badge (issue #16)

This commit is contained in:
Serene Han 2016-02-03 20:28:31 -08:00
parent a915758275
commit 7677707249
4 changed files with 55 additions and 11 deletions

View file

@ -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()