aboutsummaryrefslogtreecommitdiff
path: root/bower.json
AgeCommit message (Collapse)AuthorFilesLines
2015-03-16v3.3.2 => v3.3.4Chris Rebert1-1/+1
2015-01-23Add woff2 font file to bower main filesSebastian Nowicki1-1/+2
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.
2015-01-19bump versionsMark Otto1-1/+1
2014-11-12bump version to v3.3.1v3.3.1Mark Otto1-1/+1
2014-10-29version bumpMark Otto1-1/+1
2014-10-23Add jQuery version check to existing jQuery presence checkHeinrich Fenkart1-1/+1
Fixes #14809. Closes #14825.
2014-07-05only ignore /.*Mark Otto1-1/+1
2014-06-26bump to v3.2.0Mark Otto1-1/+1
2014-04-11added bower reference to main less fileThe Big Red Geek1-0/+1
2014-03-24Add `homepage` Bower propertyZlatan Vasović1-0/+1
2014-03-17Merge pull request #13064 from ZDroid/descriptionChris Rebert1-0/+1
Add Bower package description
2014-03-16move sauce_browsers.yml into /grunt/; fixes #13065Chris Rebert1-1/+2
2014-03-14Add Bower package descriptionZlatan Vasović1-0/+1
2014-03-09Don't ignore every dot file in BowerMark Otto1-1/+1
2014-03-07Merge pull request #12891 from ZDroid/bower-json-pathsMark Otto1-6/+6
Remove ./ from bower.json paths
2014-03-03add 'keywords' field to bower.jsonChris Rebert1-1/+8
2014-03-01Remove ./ from bower.json pathsZlatan Vasović1-6/+6
2014-03-01Add bower.json keywordsZlatan Vasović1-0/+3
2014-02-13v3.1.1 bumpMark Otto1-1/+1
2014-01-30Bump versions, run gruntv3.1.0Mark Otto1-1/+1
2014-01-09Update paths in bower.jsonZlatan Vasović1-4/+2
- 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)
2014-01-08updated path docs-assets to docs/assetsEduardo1-1/+1
2013-12-24roll back version numbers to avoid broken links in docs and readme (fixes ↵Mark Otto1-1/+1
#12000)
2013-12-22bower.json: sort by name.XhmikosR1-6/+6
2013-12-18version bumpMark Otto1-1/+1
2013-12-15Merge pull request #11732 from dak/include-dev-fonts-in-bowerMark Otto1-1/+0
Don't exclude fonts from bower installs
2013-12-08Don't ignore Gruntfile, it's required for compileZlatan Vasović1-2/+0
2013-12-06Drop browserstack.json from bower.json ignoreZlatan Vasović1-1/+0
2013-12-06bower.json: remove trailing spaces.XhmikosR1-2/+2
2013-12-05Don't exclude fonts from bower installsDerek Kent1-1/+0
Excluding fonts/ from bower installs causes glyphicons to be unavailable to projects using development Bootstrap LESS files.
2013-12-01bump version numbers to 3.0.3Mark Otto1-1/+1
2013-11-23explicitly call out font filesWeston Platter1-1/+8
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.
2013-11-14Merge pull request #10353 from rwillrich/ignore-filesChris Rebert1-1/+13
Bower: Ignore development and documentation files on bower.json. Fix #10313
2013-11-06update remaining version numbersv3.0.2Chris Rebert1-1/+1
2013-10-303.0.1v3.0.1Mark Otto1-1/+1
2013-09-27bower.json: Modify `assets` directory on ignore to `docs-assets`Rodrigo Willrich1-1/+1
2013-09-01Bower: Ignore development and documentation files on bower.json. Fix #10313.Rodrigo Willrich1-1/+13
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.
2013-08-21Added fonts to "main" filesThomas Welton1-1/+1
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.
2013-08-14Reference only not minified files in BowerBreno Calazans1-1/+1
Fixes #8985
2013-08-13fixes #8985: only specify minified dist files for bowerMark Otto1-1/+1
2013-07-29Update bower.jsonBreno Calazans1-1/+1
2013-07-19ignore .files for bower packagingSammy Larbi1-0/+3
2013-07-17versioning perhaps for jquery i don't even know manfat1-1/+1
2013-06-01Rename component.json to bower.jsonSindre Sorhus1-0/+8
That's the new name of the Bower metafile.