UNPKG

213 BPlain TextView Raw
1#!/usr/bin/env bash
2
3DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4cd $DIR
5
6
7./node_modules/coffee-script/bin/coffee -o lib -c src
8# && \
9# ./node_modules/coffee-script/bin/coffee -o . -c options.coffee