min css before publish

vnext
Paul Schneider 8 years ago
parent 7b2ca4c39b
commit c59ac14ae9
3 changed files with 6 additions and 5 deletions

@ -141,11 +141,11 @@
"scripts": {
"prebuild": "echo before building",
"postbuild": "echo after building",
"prepack": "gulp min",
"prepack": "gulp min:css",
"postpack": "echo after packing",
"prerestore": "echo before restoring packages",
"postrestore": "echo after restoring packages",
"prepublish": "echo before publishing",
"prepublish": "gulp min:css",
"postpublish": "echo \" . ./contrib/postPublish.sh # to push in prod.\""
},
"embed": "Views/**/*.cshtml",

@ -96,7 +96,8 @@ footer {
border-style: groove none none groove;
}
.blogtitle {
.blogtitle {
display: inline-block;
font-size: x-large;
}

File diff suppressed because one or more lines are too long
Loading…