Merge pull request #534 from rschamp/bugfix/svgs

[Develop] Force SVG mimetype
This commit is contained in:
Ray Schamp 2016-05-31 12:25:33 -04:00
commit d645e95bd7

View file

@ -32,7 +32,7 @@ webpack:
sync-s3: sync-s3:
$(S3CMD) sync -P --delete-removed --exclude '.DS_Store' --exclude '*.svg' ./build/ s3://$(S3_BUCKET_NAME)/ $(S3CMD) sync -P --delete-removed --exclude '.DS_Store' --exclude '*.svg' ./build/ s3://$(S3_BUCKET_NAME)/
$(S3CMD) sync -P --delete-removed --exclude '*' --include '*.svg' --default-mime-type 'image/svg+xml' ./build/ s3://$(S3_BUCKET_NAME)/ $(S3CMD) sync -P --delete-removed --exclude '*' --include '*.svg' --mime-type 'image/svg+xml' ./build/ s3://$(S3_BUCKET_NAME)/
sync-fastly: sync-fastly:
$(NODE) ./bin/configure-fastly.js $(NODE) ./bin/configure-fastly.js