Change permission from 0755 to 0644 (#2536)

* chmod -x assets.rb

* chmod -x assets/fonts

* raname extname from jpeg to jpg
This commit is contained in:
yhirano 2017-04-28 02:29:41 +09:00 committed by Eugen Rochko
parent 831ff60698
commit 3d776de2cb
28 changed files with 1 additions and 1 deletions

View File

View File

Before

Width:  |  Height:  |  Size: 339 KiB

After

Width:  |  Height:  |  Size: 339 KiB

View File

View File

View File

0
app/assets/fonts/roboto/roboto-bold-webfont.eot Executable file → Normal file
View File

0
app/assets/fonts/roboto/roboto-bold-webfont.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

0
app/assets/fonts/roboto/roboto-bold-webfont.ttf Executable file → Normal file
View File

0
app/assets/fonts/roboto/roboto-bold-webfont.woff Executable file → Normal file
View File

0
app/assets/fonts/roboto/roboto-bold-webfont.woff2 Executable file → Normal file
View File

0
app/assets/fonts/roboto/roboto-italic-webfont.eot Executable file → Normal file
View File

0
app/assets/fonts/roboto/roboto-italic-webfont.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

0
app/assets/fonts/roboto/roboto-italic-webfont.ttf Executable file → Normal file
View File

0
app/assets/fonts/roboto/roboto-italic-webfont.woff Executable file → Normal file
View File

0
app/assets/fonts/roboto/roboto-italic-webfont.woff2 Executable file → Normal file
View File

0
app/assets/fonts/roboto/roboto-medium-webfont.eot Executable file → Normal file
View File

0
app/assets/fonts/roboto/roboto-medium-webfont.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

0
app/assets/fonts/roboto/roboto-medium-webfont.ttf Executable file → Normal file
View File

0
app/assets/fonts/roboto/roboto-medium-webfont.woff Executable file → Normal file
View File

0
app/assets/fonts/roboto/roboto-medium-webfont.woff2 Executable file → Normal file
View File

0
app/assets/fonts/roboto/roboto-regular-webfont.eot Executable file → Normal file
View File

0
app/assets/fonts/roboto/roboto-regular-webfont.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

0
app/assets/fonts/roboto/roboto-regular-webfont.ttf Executable file → Normal file
View File

0
app/assets/fonts/roboto/roboto-regular-webfont.woff Executable file → Normal file
View File

0
app/assets/fonts/roboto/roboto-regular-webfont.woff2 Executable file → Normal file
View File

View File

Before

Width:  |  Height:  |  Size: 258 KiB

After

Width:  |  Height:  |  Size: 258 KiB

View File

@ -1,6 +1,6 @@
body {
font-family: 'Roboto', sans-serif;
background: $color1 image-url('background-photo.jpeg');
background: $color1 image-url('background-photo.jpg');
background-size: cover;
background-attachment: fixed;
font-size: 13px;

0
config/initializers/assets.rb Executable file → Normal file
View File