UNPKG
tug
Version:
latest (0.1.8)
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
tug at the heart of your deployment process
github.com/spro/tug
spro/tug
tug
/
Makefile
5 lines
(3 loc)
•
164 B
Plain Text
View Raw
1
2
3
4
5
all:
echo
"#!/usr/bin/env node"
> ./index.js
# Write shebang line to index file
coffee -p -c src/tug.coffee >> ./index.js
# Then append compiled coffee source