Skip to content

Peterbyte/cdc-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preview locally

grunt connect

or

grunt dev

Sync to staging

aws s3 sync target s3://staging.chadwelldentalcare.co.uk --exclude "/" --exclude "*.html" --delete

aws s3 sync target s3://staging.chadwelldentalcare.co.uk --exclude "" --include ".html" --delete --content-type "text/html" --content-encoding gzip --cache-control max-age=1200

aws s3 sync target s3://staging.chadwelldentalcare.co.uk --exclude "" --include ".css" --delete --content-type "text/css" --content-encoding gzip --cache-control max-age=7776000

aws s3 sync target s3://staging.chadwelldentalcare.co.uk --exclude "" --include ".js" --delete --content-type "application/javascript" --content-encoding gzip --cache-control max-age=7776000

aws s3 sync target s3://staging.chadwelldentalcare.co.uk --exclude "" --include ".otf" --delete --content-type "font/opentype" --content-encoding gzip --cache-control max-age=7776000

aws s3 sync target s3://staging.chadwelldentalcare.co.uk --exclude "" --include ".ttf" --delete --content-type "application/x-font-ttf" --content-encoding gzip --cache-control max-age=7776000

aws s3 sync target s3://staging.chadwelldentalcare.co.uk --exclude "" --include ".ico" --delete --cache-control max-age=86400

aws s3 sync target s3://staging.chadwelldentalcare.co.uk --delete --content-encoding gzip --cache-control max-age=7776000

Sync to live

aws s3 sync target s3://chadwelldentalcare.co.uk --exclude "/" --exclude "*.html" --delete

aws s3 sync target s3://chadwelldentalcare.co.uk --exclude "" --include ".html" --delete --content-type "text/html" --content-encoding gzip --cache-control max-age=1200

aws s3 sync target s3://chadwelldentalcare.co.uk --exclude "" --include ".css" --delete --content-type "text/css" --content-encoding gzip --cache-control max-age=7776000

aws s3 sync target s3://chadwelldentalcare.co.uk --exclude "" --include ".js" --delete --content-type "application/javascript" --content-encoding gzip --cache-control max-age=7776000

aws s3 sync target s3://chadwelldentalcare.co.uk --exclude "" --include ".otf" --delete --content-type "font/opentype" --content-encoding gzip --cache-control max-age=7776000

aws s3 sync target s3://chadwelldentalcare.co.uk --exclude "" --include ".ttf" --delete --content-type "application/x-font-ttf" --content-encoding gzip --cache-control max-age=7776000

aws s3 sync target s3://chadwelldentalcare.co.uk --exclude "" --include ".ico" --delete --cache-control max-age=86400

aws s3 sync target s3://chadwelldentalcare.co.uk --delete --content-encoding gzip --cache-control max-age=7776000

About

Static resources and build script for chadwelldentalcare.co.uk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published