aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-01-03 12:01:21 -0500
committerJesús <heckyel@hyperbola.info>2019-01-03 12:01:21 -0500
commit000dcbba68aadbdcc3985b833bbaf7aee2d8d9f1 (patch)
tree957f0f2357a941c38490846bab7b21550ff159f7
parent068d4e12f27967978968eba1ee901e4bb96c851c (diff)
downloadlibresocial-000dcbba68aadbdcc3985b833bbaf7aee2d8d9f1.tar.lz
libresocial-000dcbba68aadbdcc3985b833bbaf7aee2d8d9f1.tar.xz
libresocial-000dcbba68aadbdcc3985b833bbaf7aee2d8d9f1.zip
refactoring code to dist
-rw-r--r--[-rwxr-xr-x]build.sh10
-rw-r--r--demo.html2
-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)bin41064 -> 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)bin7868 -> 7868 bytes
-rw-r--r--dist/fonts/libresocial.woffbin0 -> 21432 bytes
-rw-r--r--fonts/libresocial.woffbin21436 -> 0 bytes
8 files changed, 9 insertions, 9 deletions
diff --git a/build.sh b/build.sh
index 8a76886..f57efe8 100755..100644
--- a/build.sh
+++ b/build.sh
@@ -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
diff --git a/demo.html b/demo.html
index 0f55bd9..0484a27 100644
--- a/demo.html
+++ b/demo.html
@@ -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
index b405e15..80dd5b8 100644
--- a/fonts/libresocial.otf
+++ b/dist/fonts/libresocial.otf
Binary files differ
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
index 86b7658..e44e86f 100644
--- a/fonts/libresocial.ttf
+++ b/dist/fonts/libresocial.ttf
Binary files differ
diff --git a/dist/fonts/libresocial.woff b/dist/fonts/libresocial.woff
new file mode 100644
index 0000000..824349c
--- /dev/null
+++ b/dist/fonts/libresocial.woff
Binary files differ
diff --git a/fonts/libresocial.woff b/fonts/libresocial.woff
deleted file mode 100644
index 2fd4bb7..0000000
--- a/fonts/libresocial.woff
+++ /dev/null
Binary files differ