- 24 Apr, 2015 2 commits
-
-
Chris Rebert authored
Per https://github.com/bower/bower.json-spec/pull/43 : > Use source files with module exports and imports over pre-built distribution files. Also, the example in that PR doesn't include /dist/movement.css or /dist/movement.min.css in its `main`. If you have a complaint about this, take it up with the Bower folks: https://github.com/bower/bower.json-spec/issues
-
Chris Rebert authored
Per https://github.com/bower/bower.json-spec/pull/43 : > font files [...] are not `main` files as they are not entry-points. If you have a complaint about this, take it up with the Bower folks: https://github.com/bower/bower.json-spec/issues
-
- 16 Mar, 2015 1 commit
-
-
Chris Rebert authored
-
- 23 Jan, 2015 1 commit
-
-
Sebastian Nowicki authored
If Bootstrap is installed through bower, the woff2 font file may not be copied over as it's not in the "main" files. The LESS files still reference the font file which results in errors.
-
- 19 Jan, 2015 1 commit
-
-
Mark Otto authored
-
- 12 Nov, 2014 1 commit
-
-
Mark Otto authored
-
- 29 Oct, 2014 1 commit
-
-
Mark Otto authored
-
- 23 Oct, 2014 1 commit
-
-
Heinrich Fenkart authored
Fixes #14809. Closes #14825.
-
- 06 Jul, 2014 1 commit
-
-
Mark Otto authored
-
- 26 Jun, 2014 1 commit
-
-
Mark Otto authored
-
- 11 Apr, 2014 1 commit
-
-
The Big Red Geek authored
-
- 24 Mar, 2014 1 commit
-
-
Zlatan Vasović authored
-
- 17 Mar, 2014 1 commit
-
-
Chris Rebert authored
-
- 14 Mar, 2014 1 commit
-
-
Zlatan Vasović authored
-
- 09 Mar, 2014 1 commit
-
-
Mark Otto authored
-
- 03 Mar, 2014 1 commit
-
-
Chris Rebert authored
-
- 01 Mar, 2014 2 commits
-
-
Zlatan Vasović authored
-
Zlatan Vasović authored
-
- 13 Feb, 2014 1 commit
-
-
Mark Otto authored
-
- 30 Jan, 2014 1 commit
-
-
Mark Otto authored
-
- 09 Jan, 2014 1 commit
-
-
Zlatan Vasović authored
- Replace `*.html`, `docs/assets` and `examples` with `docs` (new directory) - Instead of `_*`, it's just `_config.yml`, without regex (speeds up bower download a few milliseconds)
-
- 08 Jan, 2014 1 commit
-
-
Eduardo authored
-
- 24 Dec, 2013 1 commit
-
-
Mark Otto authored
-
- 22 Dec, 2013 1 commit
-
-
XhmikosR authored
-
- 18 Dec, 2013 1 commit
-
-
Mark Otto authored
-
- 08 Dec, 2013 1 commit
-
-
Zlatan Vasović authored
-
- 06 Dec, 2013 3 commits
-
-
Zlatan Vasović authored
-
XhmikosR authored
-
Derek Kent authored
Excluding fonts/ from bower installs causes glyphicons to be unavailable to projects using development Bootstrap LESS files.
-
- 02 Dec, 2013 1 commit
-
-
Mark Otto authored
-
- 23 Nov, 2013 1 commit
-
-
Weston Platter authored
Using wildcards to specify fonts causes errors for other npm modules, EG, https://github.com/blittle/bower-installer/issues/33. Additionally, it’s better to lock down files included in a library.
-
- 06 Nov, 2013 1 commit
-
-
Chris Rebert authored
-
- 30 Oct, 2013 1 commit
-
-
Mark Otto authored
-
- 27 Sep, 2013 1 commit
-
-
Rodrigo Willrich authored
-
- 01 Sep, 2013 1 commit
-
-
Rodrigo Willrich authored
I've kept only the files I consider relevant to bower installation: - Files in dist directory; - Files in js directory; - Files in less directory; - bower.json file; - README.md file; - LICENSE file.
-
- 21 Aug, 2013 1 commit
-
-
Thomas Welton authored
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.
-
- 14 Aug, 2013 1 commit
-
-
Breno Calazans authored
Fixes #8985
-
- 13 Aug, 2013 1 commit
-
-
Mark Otto authored
-
- 29 Jul, 2013 1 commit
-
-
Breno Calazans authored
-
- 19 Jul, 2013 1 commit
-
-
Sammy Larbi authored
-