1
0
mirror of https://github.com/fazo96/pbs.git synced 2025-01-30 14:54:20 +01:00
pbs/scripts/build.sh

4 lines
170 B
Bash
Raw Normal View History

2015-03-31 11:32:45 +02:00
coffee -b -c --no-header -p src/pert.coffee > pert.js
coffee -b -c --no-header -p src/pert-ui.coffee > pert-ui.js
coffee -b -c --no-header -p src/index.coffee > index.js