grunt connect
or
grunt dev
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=7776000aws 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