mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
use local version of coffee-script, fixes #100 better
This commit is contained in:
parent
b7975263a8
commit
f60943e037
@ -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!"
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user