overleaf/services/web/bin/compile_frontend_tests
2017-12-19 13:58:47 +00:00

5 lines
157 B
Bash
Executable file

#!/bin/bash
set -e;
COFFEE=node_modules/.bin/coffee
echo Compiling test/unit_frontend/coffee;
$COFFEE -o test/unit_frontend/js -c test/unit_frontend/coffee;