Temp fix
File > Invalidate Caches & Restart
Follow progress here
Temp fix
File > Invalidate Caches & Restart
Follow progress here
cmd + shift + . to show hidden files |
.bash_profile
General
Javascript
material_ui
font: fira code enable font ligatures
[1,1,4,3,6,6,7].filter((number, index, arr) => arr.indexOf(number) === index)
Create S3 bucket, for example: react | |
Create CloudFront distributions with these settings: | |
Default Root Object: index.html | |
Origin Domain Name: S3 bucket domain, for example: react.s3.amazonaws.com | |
Go to Error Pages tab, click on Create Custom Error Response: | |
HTTP Error Code: 403: Forbidden (404: Not Found, in case of S3 Static Website) | |
Customize Error Response: Yes | |
Response Page Path: /index.html | |
HTTP Response Code: 200: OK | |
Click on Create |
git log | |
git tag -a -f v1.0 <new-commit-hash> | |
git push --tags --force |
git diff --color-words --no-index file1.txt file2.txt |