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

use local version of coffee-script, fixes #100 better

This commit is contained in:
Ben Balter 2013-07-14 12:13:53 -04:00
parent b7975263a8
commit f60943e037
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -3,7 +3,7 @@
set -e
echo "compiling javascript..."
coffee -c javascripts/app.coffee
./node_modules/.bin/coffee -c javascripts/app.coffee
echo "spinning up the server..."
bundle exec jekyll serve -w