Closed tmcw closed 8 years ago
Why is there a Cakefile? Seems like it's roughly equivalent to doing the same without Coffeescript or a nodejs module that just execs out:
gatekeeper➟ heroku create gatekeeper➟ heroku apps:rename mistakes_auth gatekeeper➟ heroku apps:rename mistakesauth gatekeeper➟ heroku config:add OAUTH_CLIENT_ID=... gatekeeper➟ heroku config:add OAUTH_SECRET... gatekeeper➟ git push heroku master
Why is there a Cakefile? Seems like it's roughly equivalent to doing the same without Coffeescript or a nodejs module that just execs out: