min css before publish

This commit is contained in:
2017-02-03 15:07:33 +01:00
parent 7b2ca4c39b
commit c59ac14ae9
3 changed files with 6 additions and 5 deletions

View File

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