Closed alexbeletsky closed 11 years ago
the configuration entry is inside of dev.yml: https://github.com/amirrajan/Oak/blob/master/Sample%20Apps/TaskRabbits/dev.yml
What do you think about including that as warmup
parameter?
I know warmup can take additional parameters, but I wouldn't want to force a dev to provide that parameter everytime. Not sure if warmup supports defaults.
I'm not about additional parameters. What I meant is,
warmup http://github.com/user/repo app
would change `dev.yml`` with value:
website_deploy_directory: c:\iisexpress\app
Does it make sense?
gotcha, good idea, and an easy change
done
All applications are deployed to
C:\iisexpress\website
, it's better to make itC:\iisexpress\__APPNAME__
, to be able to quickly switch from app to app.