compile_frontend 121 B

12345
  1. #!/bin/bash
  2. set -e;
  3. COFFEE=node_modules/.bin/coffee
  4. echo Compiling public/coffee;
  5. $COFFEE -o public/js -c public/coffee;