fix: Change flags for CSS upload
This commit is contained in:
parent
e8115b0c01
commit
1dc69ae161
2 changed files with 6 additions and 1 deletions
|
@ -36,6 +36,10 @@ nav a {
|
|||
padding-right: 29px;
|
||||
}
|
||||
|
||||
.cache-bust {
|
||||
padding-left: 1px;
|
||||
}
|
||||
|
||||
p {
|
||||
@apply font-sans;
|
||||
margin-bottom: var(--vspace);
|
||||
|
|
|
@ -4,4 +4,5 @@ set -e
|
|||
set -x
|
||||
|
||||
mix pre_dot_hn.build
|
||||
s3cmd sync -P priv/static/ s3://pre.hn
|
||||
s3cmd sync -MP priv/static/ s3://pre.hn --exclude "*.css"
|
||||
s3cmd put -P -m "text/css" priv/static/assets/app.css s3://pre.hn/assets/app.css
|
||||
|
|
Loading…
Reference in a new issue