1
0
mirror of https://github.com/github/choosealicense.com synced 2024-11-05 03:08:51 +01: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

1
.gitignore vendored
View File

@ -167,3 +167,4 @@ pip-log.txt
#jekyll
_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