Commit 4bfb4e19 authored by Matthew Taylor's avatar Matthew Taylor Committed by GitHub

Merge pull request #810 from mewtaylor/hotfix/js-types

[Develop] Hotfix: Don’t use mime magic to guess
parents 04524c8d 3a6ed90e
...@@ -31,7 +31,7 @@ webpack: ...@@ -31,7 +31,7 @@ webpack:
$(WEBPACK) --bail $(WEBPACK) --bail
sync-s3: sync-s3:
$(S3CMD) sync -P --delete-removed --exclude '.DS_Store' --exclude '*.svg' --guess-mime-type ./build/ s3://$(S3_BUCKET_NAME)/ $(S3CMD) sync -P --delete-removed --exclude '.DS_Store' --exclude '*.svg' --guess-mime-type --no-mime-magic ./build/ s3://$(S3_BUCKET_NAME)/
$(S3CMD) sync -P --delete-removed --exclude '*' --include '*.svg' --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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment