overleaf/services/web/bin/compile_frontend

6 lines
121 B
Text
Raw Normal View History

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