diff options
author | Jesús <heckyel@hyperbola.info> | 2019-01-03 12:01:21 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-01-03 12:01:21 -0500 |
commit | 000dcbba68aadbdcc3985b833bbaf7aee2d8d9f1 (patch) | |
tree | 957f0f2357a941c38490846bab7b21550ff159f7 | |
parent | 068d4e12f27967978968eba1ee901e4bb96c851c (diff) | |
download | libresocial-000dcbba68aadbdcc3985b833bbaf7aee2d8d9f1.tar.lz libresocial-000dcbba68aadbdcc3985b833bbaf7aee2d8d9f1.tar.xz libresocial-000dcbba68aadbdcc3985b833bbaf7aee2d8d9f1.zip |
refactoring code to dist
-rw-r--r--[-rwxr-xr-x] | build.sh | 10 | ||||
-rw-r--r-- | demo.html | 2 | ||||
-rw-r--r-- | dist/css/libresocial.css (renamed from css/libresocial.css) | 0 | ||||
-rw-r--r-- | dist/fonts/libresocial.otf (renamed from fonts/libresocial.otf) | bin | 41064 -> 41064 bytes | |||
-rw-r--r-- | dist/fonts/libresocial.svg (renamed from fonts/libresocial.svg) | 6 | ||||
-rw-r--r-- | dist/fonts/libresocial.ttf (renamed from fonts/libresocial.ttf) | bin | 7868 -> 7868 bytes | |||
-rw-r--r-- | dist/fonts/libresocial.woff | bin | 0 -> 21432 bytes | |||
-rw-r--r-- | fonts/libresocial.woff | bin | 21436 -> 0 bytes |
8 files changed, 9 insertions, 9 deletions
@@ -10,12 +10,12 @@ fi # copy files to fonts if [[ -n "$(ls -a ./lab/libresocial.{svg,otf,ttf,woff})" ]]; then - rm -fv ./fonts/libresocial.{svg,otf,ttf,woff} - mv -fv ./lab/libresocial.{svg,otf,ttf,woff} ./fonts/ + rm -fv ./dist/fonts/libresocial.{svg,otf,ttf,woff} + mv -fv ./lab/libresocial.{svg,otf,ttf,woff} ./dist/fonts/ fi -if [[ -n "$(ls -a ./css/libresocial.css)" ]]; +if [[ -n "$(ls -a ./dist/css/libresocial.css)" ]]; then - rm -v ./css/libresocial.css - sass --style expanded --sourcemap=none scss/libresocial.scss:css/libresocial.css + rm -v ./dist/css/libresocial.css + sass --style expanded --sourcemap=none scss/libresocial.scss:dist/css/libresocial.css fi @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"/> <title>Fuentes tipográficas</title> - <link href="css/libresocial.css" rel="stylesheet"/> + <link href="dist/css/libresocial.css" rel="stylesheet"/> </head> <body> <div class="sociales"> diff --git a/css/libresocial.css b/dist/css/libresocial.css index 124b5d2..124b5d2 100644 --- a/css/libresocial.css +++ b/dist/css/libresocial.css diff --git a/fonts/libresocial.otf b/dist/fonts/libresocial.otf Binary files differindex b405e15..80dd5b8 100644 --- a/fonts/libresocial.otf +++ b/dist/fonts/libresocial.otf diff --git a/fonts/libresocial.svg b/dist/fonts/libresocial.svg index 2ef0116..c9232d5 100644 --- a/fonts/libresocial.svg +++ b/dist/fonts/libresocial.svg @@ -1,13 +1,13 @@ <?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > <!-- -2018-12-17: Created with FontForge (http://fontforge.org) +2019-1-3: Created with FontForge (http://fontforge.org) --> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"> <metadata> -Created by FontForge 20170320 at Mon Dec 17 12:35:18 2018 +Created by FontForge 20170320 at Thu Jan 3 11:39:59 2019 By heckyel -Copyright (c) 2018, heckyel +Copyright (c) 2019, heckyel </metadata> <defs> <font id="libresocial" horiz-adv-x="128" > diff --git a/fonts/libresocial.ttf b/dist/fonts/libresocial.ttf Binary files differindex 86b7658..e44e86f 100644 --- a/fonts/libresocial.ttf +++ b/dist/fonts/libresocial.ttf diff --git a/dist/fonts/libresocial.woff b/dist/fonts/libresocial.woff Binary files differnew file mode 100644 index 0000000..824349c --- /dev/null +++ b/dist/fonts/libresocial.woff diff --git a/fonts/libresocial.woff b/fonts/libresocial.woff Binary files differdeleted file mode 100644 index 2fd4bb7..0000000 --- a/fonts/libresocial.woff +++ /dev/null |