min css before publish

This commit is contained in:
Paul Schneider 2017-02-03 15:07:33 +01:00
commit 171ad4e56c
3 changed files with 6 additions and 5 deletions

View file

@ -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",

View file

@ -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