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:
parent
58c7a4ee1d
commit
090d1467d4
3
.gitignore
vendored
3
.gitignore
vendored
@ -166,4 +166,5 @@ pip-log.txt
|
||||
.config
|
||||
|
||||
#jekyll
|
||||
_site
|
||||
_site
|
||||
node_modules
|
@ -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!"
|
@ -2,6 +2,9 @@
|
||||
|
||||
set -e
|
||||
|
||||
echo "compiling javascript..."
|
||||
coffee -c javascripts/app.coffee
|
||||
|
||||
echo "spinning up the server..."
|
||||
bundle exec jekyll serve -w
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user