浏览代码

remove unnecessary webfonts build directory and old web font release script

Chris Simpkins 8 年之前
父节点
当前提交
9ac87b7c3e
共有 33 个文件被更改,包括 0 次插入85 次删除
  1. 0 85
      postbuild_processing/webfonts/releasewebfonts.sh
  2. 二进制
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-bold-latin-webfont.eot
  3. 二进制
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-bold-latin-webfont.ttf
  4. 二进制
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-bold-latin-webfont.woff
  5. 二进制
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-bold-latin-webfont.woff2
  6. 二进制
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-bolditalic-latin-webfont.eot
  7. 二进制
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-bolditalic-latin-webfont.ttf
  8. 二进制
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-bolditalic-latin-webfont.woff
  9. 二进制
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-bolditalic-latin-webfont.woff2
  10. 二进制
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-italic-latin-webfont.eot
  11. 二进制
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-italic-latin-webfont.ttf
  12. 二进制
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-italic-latin-webfont.woff
  13. 二进制
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-italic-latin-webfont.woff2
  14. 二进制
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-regular-latin-webfont.eot
  15. 二进制
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-regular-latin-webfont.ttf
  16. 二进制
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-regular-latin-webfont.woff
  17. 二进制
      postbuild_processing/webfonts/webfont-Hack-Latin/hack-regular-latin-webfont.woff2
  18. 二进制
      postbuild_processing/webfonts/webfont-Hack/hack-bold-webfont.eot
  19. 二进制
      postbuild_processing/webfonts/webfont-Hack/hack-bold-webfont.ttf
  20. 二进制
      postbuild_processing/webfonts/webfont-Hack/hack-bold-webfont.woff
  21. 二进制
      postbuild_processing/webfonts/webfont-Hack/hack-bold-webfont.woff2
  22. 二进制
      postbuild_processing/webfonts/webfont-Hack/hack-bolditalic-webfont.eot
  23. 二进制
      postbuild_processing/webfonts/webfont-Hack/hack-bolditalic-webfont.ttf
  24. 二进制
      postbuild_processing/webfonts/webfont-Hack/hack-bolditalic-webfont.woff
  25. 二进制
      postbuild_processing/webfonts/webfont-Hack/hack-bolditalic-webfont.woff2
  26. 二进制
      postbuild_processing/webfonts/webfont-Hack/hack-italic-webfont.eot
  27. 二进制
      postbuild_processing/webfonts/webfont-Hack/hack-italic-webfont.ttf
  28. 二进制
      postbuild_processing/webfonts/webfont-Hack/hack-italic-webfont.woff
  29. 二进制
      postbuild_processing/webfonts/webfont-Hack/hack-italic-webfont.woff2
  30. 二进制
      postbuild_processing/webfonts/webfont-Hack/hack-regular-webfont.eot
  31. 二进制
      postbuild_processing/webfonts/webfont-Hack/hack-regular-webfont.ttf
  32. 二进制
      postbuild_processing/webfonts/webfont-Hack/hack-regular-webfont.woff
  33. 二进制
      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"
-
-
-
-

二进制
postbuild_processing/webfonts/webfont-Hack-Latin/hack-bold-latin-webfont.eot


二进制
postbuild_processing/webfonts/webfont-Hack-Latin/hack-bold-latin-webfont.ttf


二进制
postbuild_processing/webfonts/webfont-Hack-Latin/hack-bold-latin-webfont.woff


二进制
postbuild_processing/webfonts/webfont-Hack-Latin/hack-bold-latin-webfont.woff2


二进制
postbuild_processing/webfonts/webfont-Hack-Latin/hack-bolditalic-latin-webfont.eot


二进制
postbuild_processing/webfonts/webfont-Hack-Latin/hack-bolditalic-latin-webfont.ttf


二进制
postbuild_processing/webfonts/webfont-Hack-Latin/hack-bolditalic-latin-webfont.woff


二进制
postbuild_processing/webfonts/webfont-Hack-Latin/hack-bolditalic-latin-webfont.woff2


二进制
postbuild_processing/webfonts/webfont-Hack-Latin/hack-italic-latin-webfont.eot


二进制
postbuild_processing/webfonts/webfont-Hack-Latin/hack-italic-latin-webfont.ttf


二进制
postbuild_processing/webfonts/webfont-Hack-Latin/hack-italic-latin-webfont.woff


二进制
postbuild_processing/webfonts/webfont-Hack-Latin/hack-italic-latin-webfont.woff2


二进制
postbuild_processing/webfonts/webfont-Hack-Latin/hack-regular-latin-webfont.eot


二进制
postbuild_processing/webfonts/webfont-Hack-Latin/hack-regular-latin-webfont.ttf


二进制
postbuild_processing/webfonts/webfont-Hack-Latin/hack-regular-latin-webfont.woff


二进制
postbuild_processing/webfonts/webfont-Hack-Latin/hack-regular-latin-webfont.woff2


二进制
postbuild_processing/webfonts/webfont-Hack/hack-bold-webfont.eot


二进制
postbuild_processing/webfonts/webfont-Hack/hack-bold-webfont.ttf


二进制
postbuild_processing/webfonts/webfont-Hack/hack-bold-webfont.woff


二进制
postbuild_processing/webfonts/webfont-Hack/hack-bold-webfont.woff2


二进制
postbuild_processing/webfonts/webfont-Hack/hack-bolditalic-webfont.eot


二进制
postbuild_processing/webfonts/webfont-Hack/hack-bolditalic-webfont.ttf


二进制
postbuild_processing/webfonts/webfont-Hack/hack-bolditalic-webfont.woff


二进制
postbuild_processing/webfonts/webfont-Hack/hack-bolditalic-webfont.woff2


二进制
postbuild_processing/webfonts/webfont-Hack/hack-italic-webfont.eot


二进制
postbuild_processing/webfonts/webfont-Hack/hack-italic-webfont.ttf


二进制
postbuild_processing/webfonts/webfont-Hack/hack-italic-webfont.woff


二进制
postbuild_processing/webfonts/webfont-Hack/hack-italic-webfont.woff2


二进制
postbuild_processing/webfonts/webfont-Hack/hack-regular-webfont.eot


二进制
postbuild_processing/webfonts/webfont-Hack/hack-regular-webfont.ttf


二进制
postbuild_processing/webfonts/webfont-Hack/hack-regular-webfont.woff


二进制
postbuild_processing/webfonts/webfont-Hack/hack-regular-webfont.woff2