1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 12:47:49 +02:00

add coffeescrpt to scripts

This commit is contained in:
Ben Balter 2013-07-13 15:25:55 -04:00
parent 58c7a4ee1d
commit 090d1467d4
3 changed files with 8 additions and 1 deletions

3
.gitignore vendored
View File

@ -166,4 +166,5 @@ pip-log.txt
.config
#jekyll
_site
_site
node_modules

View File

@ -5,5 +5,8 @@ set -e
echo "bundling installin'"
bundle install
echo "npm installin'"
npm install coffee-script
echo
echo "You're all set. Just run script/server and you can play license roulette!"

View File

@ -2,6 +2,9 @@
set -e
echo "compiling javascript..."
coffee -c javascripts/app.coffee
echo "spinning up the server..."
bundle exec jekyll serve -w