]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Added fonts to "main" files 9964/head
authorThomas Welton <thomaswelton@me.com>
Wed, 21 Aug 2013 00:32:39 +0000 (01:32 +0100)
committerThomas Welton <thomaswelton@me.com>
Wed, 21 Aug 2013 07:08:56 +0000 (08:08 +0100)
commit56f1ff6ca7f4bee5f031f82b7b6191f7a7a61f48
tree5d356c1e406357325da628d0603c2f1c5026fce6
parent924e9e74506464203ef077a3019e46af8a9a2f71
Added fonts to "main" files

When using bower the "main" property is used to specify the files that should be consumed by applications including the package as a dependency.
Without including the fonts in this array the glyphicons do not work correctly as the relative font paths do not work after the "main" files are copied into my projects public dir using tools like https://github.com/yatskevich/grunt-bower-task

For now I have manually copied the fonts dir in the location needed for my project. But by accepting this pull request this will not be necessary for me or for other people that use bower.
bower.json