min css before publish
This commit is contained in:
parent
3950af5c97
commit
171ad4e56c
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
4
Yavsc/wwwroot/css/site.min.css
vendored
4
Yavsc/wwwroot/css/site.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue