A pastebin for markdown pages.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# This one is necessary to start the app in :dev mode, because |
|
# I changed the default mode to the production, because AFAIK |
|
# it's not possible to parameterize the app start on Heroku. |
|
run: |
|
lein run dev |
|
|
|
server: |
|
lein cljsbuild auto & |
|
redis-server & |
|
java vimclojure.nailgun.NGServer
|
|
|