From f6c0658770d4a002adbecc95a2f1fd0c8534a7ed Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 3 Jul 2015 21:03:47 -0400 Subject: add bower postinstall script to copy font files, closes #483 --- .bowerrc | 5 + fonts/glyphicons-halflings-regular.eot | Bin 68 -> 20127 bytes fonts/glyphicons-halflings-regular.svg | 289 ++++++++++++++++++++++++++++++- fonts/glyphicons-halflings-regular.ttf | Bin 68 -> 45404 bytes fonts/glyphicons-halflings-regular.woff | Bin 69 -> 23424 bytes fonts/glyphicons-halflings-regular.woff2 | Bin 70 -> 18028 bytes 6 files changed, 293 insertions(+), 1 deletion(-) create mode 100644 .bowerrc mode change 120000 => 100644 fonts/glyphicons-halflings-regular.eot mode change 120000 => 100644 fonts/glyphicons-halflings-regular.svg mode change 120000 => 100644 fonts/glyphicons-halflings-regular.ttf mode change 120000 => 100644 fonts/glyphicons-halflings-regular.woff mode change 120000 => 100644 fonts/glyphicons-halflings-regular.woff2 diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 00000000..186174bf --- /dev/null +++ b/.bowerrc @@ -0,0 +1,5 @@ +{ + "scripts": { + "postinstall": "cp -a ./bower_components/bootstrap/fonts ./" + } +} diff --git a/fonts/glyphicons-halflings-regular.eot b/fonts/glyphicons-halflings-regular.eot deleted file mode 120000 index d21258cf..00000000 --- a/fonts/glyphicons-halflings-regular.eot +++ /dev/null @@ -1 +0,0 @@ -../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot \ No newline at end of file diff --git a/fonts/glyphicons-halflings-regular.eot b/fonts/glyphicons-halflings-regular.eot new file mode 100644 index 00000000..b93a4953 Binary files /dev/null and b/fonts/glyphicons-halflings-regular.eot differ diff --git a/fonts/glyphicons-halflings-regular.svg b/fonts/glyphicons-halflings-regular.svg deleted file mode 120000 index df0fae0d..00000000 --- a/fonts/glyphicons-halflings-regular.svg +++ /dev/null @@ -1 +0,0 @@ -../bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg \ No newline at end of file diff --git a/fonts/glyphicons-halflings-regular.svg b/fonts/glyphicons-halflings-regular.svg new file mode 100644 index 00000000..94fb5490 --- /dev/null +++ b/fonts/glyphicons-halflings-regular.svg @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/glyphicons-halflings-regular.ttf b/fonts/glyphicons-halflings-regular.ttf deleted file mode 120000 index e320d000..00000000 --- a/fonts/glyphicons-halflings-regular.ttf +++ /dev/null @@ -1 +0,0 @@ -../bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf \ No newline at end of file diff --git a/fonts/glyphicons-halflings-regular.ttf b/fonts/glyphicons-halflings-regular.ttf new file mode 100644 index 00000000..1413fc60 Binary files /dev/null and b/fonts/glyphicons-halflings-regular.ttf differ diff --git a/fonts/glyphicons-halflings-regular.woff b/fonts/glyphicons-halflings-regular.woff deleted file mode 120000 index 1f22ee31..00000000 --- a/fonts/glyphicons-halflings-regular.woff +++ /dev/null @@ -1 +0,0 @@ -../bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff \ No newline at end of file diff --git a/fonts/glyphicons-halflings-regular.woff b/fonts/glyphicons-halflings-regular.woff new file mode 100644 index 00000000..9e612858 Binary files /dev/null and b/fonts/glyphicons-halflings-regular.woff differ diff --git a/fonts/glyphicons-halflings-regular.woff2 b/fonts/glyphicons-halflings-regular.woff2 deleted file mode 120000 index 411e0ee2..00000000 --- a/fonts/glyphicons-halflings-regular.woff2 +++ /dev/null @@ -1 +0,0 @@ -../bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff2 \ No newline at end of file diff --git a/fonts/glyphicons-halflings-regular.woff2 b/fonts/glyphicons-halflings-regular.woff2 new file mode 100644 index 00000000..64539b54 Binary files /dev/null and b/fonts/glyphicons-halflings-regular.woff2 differ -- cgit v1.2.3