min css before publish

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

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

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

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