1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-03 00:49:11 +02:00
choosealicense.com/script/server

12 lines
200 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
2013-07-13 21:25:55 +02:00
echo "compiling javascript..."
./node_modules/.bin/coffee -c javascripts/app.coffee
2013-07-13 21:25:55 +02:00
echo "spinning up the server..."
bundle exec jekyll serve -w
echo "cleaning up..."
rm -Rf _site