nsabiyera / Oak

Frictionless development for ASP.NET MVC single page web apps. Prototypical and dynamic capabilities brought to C#.
http://amirrajan.github.com/Oak
MIT License
6 stars 7 forks source link

Ability to change folder for iisexpress deployment #20

Closed alexbeletsky closed 11 years ago

alexbeletsky commented 11 years ago

All applications are deployed to C:\iisexpress\website, it's better to make it C:\iisexpress\__APPNAME__, to be able to quickly switch from app to app.

amirrajan commented 11 years ago

the configuration entry is inside of dev.yml: https://github.com/amirrajan/Oak/blob/master/Sample%20Apps/TaskRabbits/dev.yml

alexbeletsky commented 11 years ago

What do you think about including that as warmup parameter?

amirrajan commented 11 years ago

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.

alexbeletsky commented 11 years ago

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?

amirrajan commented 11 years ago

gotcha, good idea, and an easy change

amirrajan commented 11 years ago

done