Jelajahi Sumber

remove unnecessary webfonts build directory and old web font release script

Chris Simpkins 8 tahun lalu
induk
melakukan
9ac87b7c3e
33 mengubah file dengan 0 tambahan dan 85 penghapusan
  1. 0 85
      postbuild_processing/webfonts/releasewebfonts.sh
  2. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-bold-latin-webfont.eot
  3. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-bold-latin-webfont.ttf
  4. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-bold-latin-webfont.woff
  5. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-bold-latin-webfont.woff2
  6. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-bolditalic-latin-webfont.eot
  7. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-bolditalic-latin-webfont.ttf
  8. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-bolditalic-latin-webfont.woff
  9. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-bolditalic-latin-webfont.woff2
  10. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-italic-latin-webfont.eot
  11. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-italic-latin-webfont.ttf
  12. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-italic-latin-webfont.woff
  13. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-italic-latin-webfont.woff2
  14. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-regular-latin-webfont.eot
  15. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-regular-latin-webfont.ttf
  16. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-regular-latin-webfont.woff
  17. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-regular-latin-webfont.woff2
  18. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack/hack-bold-webfont.eot
  19. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack/hack-bold-webfont.ttf
  20. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack/hack-bold-webfont.woff
  21. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack/hack-bold-webfont.woff2
  22. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack/hack-bolditalic-webfont.eot
  23. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack/hack-bolditalic-webfont.ttf
  24. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack/hack-bolditalic-webfont.woff
  25. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack/hack-bolditalic-webfont.woff2
  26. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack/hack-italic-webfont.eot
  27. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack/hack-italic-webfont.ttf
  28. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack/hack-italic-webfont.woff
  29. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack/hack-italic-webfont.woff2
  30. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack/hack-regular-webfont.eot
  31. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack/hack-regular-webfont.ttf
  32. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack/hack-regular-webfont.woff
  33. TEMPAT SAMPAH
      postbuild_processing/webfonts/webfont-Hack/hack-regular-webfont.woff2

+ 0 - 85
postbuild_processing/webfonts/releasewebfonts.sh

@@ -1,85 +0,0 @@
-# ------------------------------------------------------------------
-#
-#  releasewebfonts.sh
-#  Copyright 2016 Christopher Simpkins
-#  MIT license
-#
-# ------------------------------------------------------------------
-
-# DESCRIPTION
-#  Moves web font builds to release directories
-
-
-# EOT files Latin subset
-cp webfont-Hack-Latin/hack-regular-latin-webfont.eot ../../build/webfonts/fonts/eot/latin/hack-regular-latin-webfont.eot
-cp webfont-Hack-Latin/hack-italic-latin-webfont.eot ../../build/webfonts/fonts/eot/latin/hack-italic-latin-webfont.eot
-cp webfont-Hack-Latin/hack-bold-latin-webfont.eot ../../build/webfonts/fonts/eot/latin/hack-bold-latin-webfont.eot
-cp webfont-Hack-Latin/hack-bolditalic-latin-webfont.eot ../../build/webfonts/fonts/eot/latin/hack-bolditalic-latin-webfont.eot
-
-# EOT files entire set
-cp webfont-Hack/hack-regular-webfont.eot ../../build/webfonts/fonts/eot/hack-regular-webfont.eot
-cp webfont-Hack/hack-italic-webfont.eot ../../build/webfonts/fonts/eot/hack-italic-webfont.eot
-cp webfont-Hack/hack-bold-webfont.eot ../../build/webfonts/fonts/eot/hack-bold-webfont.eot
-cp webfont-Hack/hack-bolditalic-webfont.eot ../../build/webfonts/fonts/eot/hack-bolditalic-webfont.eot
-
-echo "EOT files copied to webfonts release directories"
-
-# # SVG files Latin subset
-# cp webfont-Hack-Latin/hack-regular-latin-webfont.svg ../../build/webfonts/fonts/svg/latin/hack-regular-latin-webfont.svg
-# cp webfont-Hack-Latin/hack-italic-latin-webfont.svg ../../build/webfonts/fonts/svg/latin/hack-italic-latin-webfont.svg
-# cp webfont-Hack-Latin/hack-bold-latin-webfont.svg ../../build/webfonts/fonts/svg/latin/hack-bold-latin-webfont.svg
-# cp webfont-Hack-Latin/hack-bolditalic-latin-webfont.svg ../../build/webfonts/fonts/svg/latin/hack-bolditalic-latin-webfont.svg
-
-# # SVG files entire set
-# cp webfont-Hack/hack-regular-webfont.svg ../../build/webfonts/fonts/svg/hack-regular-webfont.svg
-# cp webfont-Hack/hack-italic-webfont.svg ../../build/webfonts/fonts/svg/hack-italic-webfont.svg
-# cp webfont-Hack/hack-bold-webfont.svg ../../build/webfonts/fonts/svg/hack-bold-webfont.svg
-# cp webfont-Hack/hack-bolditalic-webfont.svg ../../build/webfonts/fonts/svg/hack-bolditalic-webfont.svg
-
-# echo "SVG files copied to webfonts release directories"
-
-# Web TTF Latin subset
-cp webfont-Hack-Latin/hack-regular-latin-webfont.ttf ../../build/webfonts/fonts/web-ttf/latin/hack-regular-latin-webfont.ttf
-cp webfont-Hack-Latin/hack-italic-latin-webfont.ttf ../../build/webfonts/fonts/web-ttf/latin/hack-italic-latin-webfont.ttf
-cp webfont-Hack-Latin/hack-bold-latin-webfont.ttf ../../build/webfonts/fonts/web-ttf/latin/hack-bold-latin-webfont.ttf
-cp webfont-Hack-Latin/hack-bolditalic-latin-webfont.ttf ../../build/webfonts/fonts/web-ttf/latin/hack-bolditalic-latin-webfont.ttf
-
-# Web TTF entire set
-cp webfont-Hack/hack-regular-webfont.ttf ../../build/webfonts/fonts/web-ttf/hack-regular-webfont.ttf
-cp webfont-Hack/hack-italic-webfont.ttf ../../build/webfonts/fonts/web-ttf/hack-italic-webfont.ttf
-cp webfont-Hack/hack-bold-webfont.ttf ../../build/webfonts/fonts/web-ttf/hack-bold-webfont.ttf
-cp webfont-Hack/hack-bolditalic-webfont.ttf ../../build/webfonts/fonts/web-ttf/hack-bolditalic-webfont.ttf
-
-echo "TTF files copied to webfonts release directories"
-
-# WOFF Latin subset
-cp webfont-Hack-Latin/hack-regular-latin-webfont.woff ../../build/webfonts/fonts/woff/latin/hack-regular-latin-webfont.woff
-cp webfont-Hack-Latin/hack-italic-latin-webfont.woff ../../build/webfonts/fonts/woff/latin/hack-italic-latin-webfont.woff
-cp webfont-Hack-Latin/hack-bold-latin-webfont.woff ../../build/webfonts/fonts/woff/latin/hack-bold-latin-webfont.woff
-cp webfont-Hack-Latin/hack-bolditalic-latin-webfont.woff ../../build/webfonts/fonts/woff/latin/hack-bolditalic-latin-webfont.woff
-
-# WOFF entire set
-cp webfont-Hack/hack-regular-webfont.woff ../../build/webfonts/fonts/woff/hack-regular-webfont.woff
-cp webfont-Hack/hack-italic-webfont.woff ../../build/webfonts/fonts/woff/hack-italic-webfont.woff
-cp webfont-Hack/hack-bold-webfont.woff ../../build/webfonts/fonts/woff/hack-bold-webfont.woff
-cp webfont-Hack/hack-bolditalic-webfont.woff ../../build/webfonts/fonts/woff/hack-bolditalic-webfont.woff
-
-echo "WOFF files copied to webfonts release directories"
-
-# WOFF2 Latin subset
-cp webfont-Hack-Latin/hack-regular-latin-webfont.woff2 ../../build/webfonts/fonts/woff2/latin/hack-regular-latin-webfont.woff2
-cp webfont-Hack-Latin/hack-italic-latin-webfont.woff2 ../../build/webfonts/fonts/woff2/latin/hack-italic-latin-webfont.woff2
-cp webfont-Hack-Latin/hack-bold-latin-webfont.woff2 ../../build/webfonts/fonts/woff2/latin/hack-bold-latin-webfont.woff2
-cp webfont-Hack-Latin/hack-bolditalic-latin-webfont.woff2 ../../build/webfonts/fonts/woff2/latin/hack-bolditalic-latin-webfont.woff2
-
-# WOFF2 entire set
-cp webfont-Hack/hack-regular-webfont.woff2 ../../build/webfonts/fonts/woff2/hack-regular-webfont.woff2
-cp webfont-Hack/hack-italic-webfont.woff2 ../../build/webfonts/fonts/woff2/hack-italic-webfont.woff2
-cp webfont-Hack/hack-bold-webfont.woff2 ../../build/webfonts/fonts/woff2/hack-bold-webfont.woff2
-cp webfont-Hack/hack-bolditalic-webfont.woff2 ../../build/webfonts/fonts/woff2/hack-bolditalic-webfont.woff2
-
-echo "WOFF2 files copied to webfonts release directories"
-
-
-
-

TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack-Latin/hack-bold-latin-webfont.eot


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack-Latin/hack-bold-latin-webfont.ttf


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack-Latin/hack-bold-latin-webfont.woff


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack-Latin/hack-bold-latin-webfont.woff2


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack-Latin/hack-bolditalic-latin-webfont.eot


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack-Latin/hack-bolditalic-latin-webfont.ttf


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack-Latin/hack-bolditalic-latin-webfont.woff


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack-Latin/hack-bolditalic-latin-webfont.woff2


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack-Latin/hack-italic-latin-webfont.eot


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack-Latin/hack-italic-latin-webfont.ttf


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack-Latin/hack-italic-latin-webfont.woff


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack-Latin/hack-italic-latin-webfont.woff2


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack-Latin/hack-regular-latin-webfont.eot


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack-Latin/hack-regular-latin-webfont.ttf


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack-Latin/hack-regular-latin-webfont.woff


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack-Latin/hack-regular-latin-webfont.woff2


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack/hack-bold-webfont.eot


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack/hack-bold-webfont.ttf


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack/hack-bold-webfont.woff


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack/hack-bold-webfont.woff2


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack/hack-bolditalic-webfont.eot


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack/hack-bolditalic-webfont.ttf


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack/hack-bolditalic-webfont.woff


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack/hack-bolditalic-webfont.woff2


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack/hack-italic-webfont.eot


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack/hack-italic-webfont.ttf


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack/hack-italic-webfont.woff


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack/hack-italic-webfont.woff2


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack/hack-regular-webfont.eot


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack/hack-regular-webfont.ttf


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack/hack-regular-webfont.woff


TEMPAT SAMPAH
postbuild_processing/webfonts/webfont-Hack/hack-regular-webfont.woff2