2013-07-15 16:25:44 -04:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
echo "compiling javascript..."
|
2013-12-13 11:55:10 +02:00
|
|
|
./node_modules/.bin/coffee -c _includes/js/app.coffee
|
2013-07-15 16:25:44 -04:00
|
|
|
|
|
|
|
echo "building the site..."
|
2013-10-23 00:23:57 -07:00
|
|
|
bundle exec rake test
|