Implements the alternate style sheet publication
* style.css: this floating breaks my dark style * Global.asax: the application object is now compiled at runtime, its code is in App_Code * YavscHelpers.cs: Implements a method helping to refer on themed stylesheets, presenting the "alternate" stylesheet usage. * App.master: Uses the new Helper function to refer on the main style sheet `style.css` * Web.config: * no more default controller, instead, modify the app code * the client side javascript validation is custommized, and we do not need the M$ js for now * Web.csproj: Global.asax.cs becomes a content, compiled at runtime, found in ~/App_Code * Global.asax.cs: Now compiles at runtime. * Makefile: adds my deployment targets
This commit is contained in:
19
Makefile
19
Makefile
@ -4,11 +4,8 @@ CONFIG=Debug
|
||||
LDYDESTDIR=dist/web/$(CONFIG)
|
||||
COPYUNCHANGED="false"
|
||||
|
||||
HOST_rsync_yavsc=lua.pschneider.fr
|
||||
DESTDIR_rsync_yavsc=/srv/www/yavsc
|
||||
|
||||
HOST_rsync_lua=lua.pschneider.fr
|
||||
DESTDIR_rsync_lua=/srv/www/lua
|
||||
HOST_rsync_dev=lua.pschneider.fr
|
||||
DESTDIR_rsync_dev=/srv/www/yavscdev
|
||||
|
||||
HOST_rsync_pre=lua.pschneider.fr
|
||||
DESTDIR_rsync_pre=/srv/www/yavscpre
|
||||
@ -16,6 +13,18 @@ DESTDIR_rsync_pre=/srv/www/yavscpre
|
||||
HOST_rsync_prod=lua.pschneider.fr
|
||||
DESTDIR_rsync_prod=/srv/www/yavsc
|
||||
|
||||
HOST_rsync_lua=lua.pschneider.fr
|
||||
DESTDIR_rsync_lua=/srv/www/lua
|
||||
|
||||
HOST_rsync_totemdev=lua.pschneider.fr
|
||||
DESTDIR_rsync_totemdev=/srv/www/totemdev
|
||||
|
||||
HOST_rsync_totempre=lua.pschneider.fr
|
||||
DESTDIR_rsync_totempre=/srv/www/totempre
|
||||
|
||||
HOST_rsync_totemprod=lua.pschneider.fr
|
||||
DESTDIR_rsync_totemprod=/srv/www/totemprod
|
||||
|
||||
DOCASSBS=NpgsqlBlogProvider.dll WorkFlowProvider.dll Yavsc.WebControls.dll ITContentProvider.dll NpgsqlMRPProviders.dll Yavsc.dll SalesCatalog.dll YavscModel.dll
|
||||
|
||||
RSYNCCMD=rsync -ravu --chown=www-data:www-data
|
||||
|
Reference in New Issue
Block a user