1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

Merge pull request #106 from github/better-bootstrapping

Use local version of coffee-script
This commit is contained in:
Phil Haack 2013-07-14 09:43:46 -07:00
commit e8b7728f9d
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