Change permission from 0755 to 0644 (#2536)

* chmod -x assets.rb

* chmod -x assets/fonts

* raname extname from jpeg to jpg
local
yhirano 7 years ago committed by Eugen Rochko
parent 831ff60698
commit 3d776de2cb
  1. 0
      app/assets/fonts/roboto-mono/robotomono-regular-webfont.eot
  2. 0
      app/assets/fonts/roboto-mono/robotomono-regular-webfont.svg
  3. 0
      app/assets/fonts/roboto-mono/robotomono-regular-webfont.ttf
  4. 0
      app/assets/fonts/roboto-mono/robotomono-regular-webfont.woff
  5. 0
      app/assets/fonts/roboto-mono/robotomono-regular-webfont.woff2
  6. 0
      app/assets/fonts/roboto/roboto-bold-webfont.eot
  7. 0
      app/assets/fonts/roboto/roboto-bold-webfont.svg
  8. 0
      app/assets/fonts/roboto/roboto-bold-webfont.ttf
  9. 0
      app/assets/fonts/roboto/roboto-bold-webfont.woff
  10. 0
      app/assets/fonts/roboto/roboto-bold-webfont.woff2
  11. 0
      app/assets/fonts/roboto/roboto-italic-webfont.eot
  12. 0
      app/assets/fonts/roboto/roboto-italic-webfont.svg
  13. 0
      app/assets/fonts/roboto/roboto-italic-webfont.ttf
  14. 0
      app/assets/fonts/roboto/roboto-italic-webfont.woff
  15. 0
      app/assets/fonts/roboto/roboto-italic-webfont.woff2
  16. 0
      app/assets/fonts/roboto/roboto-medium-webfont.eot
  17. 0
      app/assets/fonts/roboto/roboto-medium-webfont.svg
  18. 0
      app/assets/fonts/roboto/roboto-medium-webfont.ttf
  19. 0
      app/assets/fonts/roboto/roboto-medium-webfont.woff
  20. 0
      app/assets/fonts/roboto/roboto-medium-webfont.woff2
  21. 0
      app/assets/fonts/roboto/roboto-regular-webfont.eot
  22. 0
      app/assets/fonts/roboto/roboto-regular-webfont.svg
  23. 0
      app/assets/fonts/roboto/roboto-regular-webfont.ttf
  24. 0
      app/assets/fonts/roboto/roboto-regular-webfont.woff
  25. 0
      app/assets/fonts/roboto/roboto-regular-webfont.woff2
  26. 0
      app/assets/images/background-photo.jpg
  27. 2
      app/assets/stylesheets/basics.scss
  28. 0
      config/initializers/assets.rb

Before

Width:  |  Height:  |  Size: 339 KiB

After

Width:  |  Height:  |  Size: 339 KiB

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Before

Width:  |  Height:  |  Size: 258 KiB

After

Width:  |  Height:  |  Size: 258 KiB

@ -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;

Loading…
Cancel
Save