sayedihashimi / package-web

Extensions for ASP.NET web projects package creation
32 stars 18 forks source link

Support for app offline #9

Open sayedihashimi opened 12 years ago

sayedihashimi commented 12 years ago

App offline support

Currently when a publish is occurring the app will stay online, we should have an option to drop an app_offline.htm file to take the site offline for the duration of the publish process.

When the option is enabled, if there is a file named app_offline-template.htm that should be the app_offline.htm file otherwise create an empty one.