| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-11-12 | bump version to v3.3.1v3.3.1 | Mark Otto | 1 | -1/+1 | |
| 2014-10-29 | version bump | Mark Otto | 1 | -1/+1 | |
| 2014-10-23 | Add jQuery version check to existing jQuery presence check | Heinrich Fenkart | 1 | -1/+1 | |
| Fixes #14809. Closes #14825. | |||||
| 2014-07-05 | only ignore /.* | Mark Otto | 1 | -1/+1 | |
| 2014-06-26 | bump to v3.2.0 | Mark Otto | 1 | -1/+1 | |
| 2014-04-11 | added bower reference to main less file | The Big Red Geek | 1 | -0/+1 | |
| 2014-03-24 | Add `homepage` Bower property | Zlatan Vasović | 1 | -0/+1 | |
| 2014-03-17 | Merge pull request #13064 from ZDroid/description | Chris Rebert | 1 | -0/+1 | |
| Add Bower package description | |||||
| 2014-03-16 | move sauce_browsers.yml into /grunt/; fixes #13065 | Chris Rebert | 1 | -1/+2 | |
| 2014-03-14 | Add Bower package description | Zlatan Vasović | 1 | -0/+1 | |
| 2014-03-09 | Don't ignore every dot file in Bower | Mark Otto | 1 | -1/+1 | |
| 2014-03-07 | Merge pull request #12891 from ZDroid/bower-json-paths | Mark Otto | 1 | -6/+6 | |
| Remove ./ from bower.json paths | |||||
| 2014-03-03 | add 'keywords' field to bower.json | Chris Rebert | 1 | -1/+8 | |
| 2014-03-01 | Remove ./ from bower.json paths | Zlatan Vasović | 1 | -6/+6 | |
| 2014-03-01 | Add bower.json keywords | Zlatan Vasović | 1 | -0/+3 | |
| 2014-02-13 | v3.1.1 bump | Mark Otto | 1 | -1/+1 | |
| 2014-01-30 | Bump versions, run gruntv3.1.0 | Mark Otto | 1 | -1/+1 | |
| 2014-01-09 | Update paths in bower.json | Zlatan 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-08 | updated path docs-assets to docs/assets | Eduardo | 1 | -1/+1 | |
| 2013-12-24 | roll back version numbers to avoid broken links in docs and readme (fixes ↵ | Mark Otto | 1 | -1/+1 | |
| #12000) | |||||
| 2013-12-22 | bower.json: sort by name. | XhmikosR | 1 | -6/+6 | |
| 2013-12-18 | version bump | Mark Otto | 1 | -1/+1 | |
| 2013-12-15 | Merge pull request #11732 from dak/include-dev-fonts-in-bower | Mark Otto | 1 | -1/+0 | |
| Don't exclude fonts from bower installs | |||||
| 2013-12-08 | Don't ignore Gruntfile, it's required for compile | Zlatan Vasović | 1 | -2/+0 | |
| 2013-12-06 | Drop browserstack.json from bower.json ignore | Zlatan Vasović | 1 | -1/+0 | |
| 2013-12-06 | bower.json: remove trailing spaces. | XhmikosR | 1 | -2/+2 | |
| 2013-12-05 | Don't exclude fonts from bower installs | Derek Kent | 1 | -1/+0 | |
| Excluding fonts/ from bower installs causes glyphicons to be unavailable to projects using development Bootstrap LESS files. | |||||
| 2013-12-01 | bump version numbers to 3.0.3 | Mark Otto | 1 | -1/+1 | |
| 2013-11-23 | explicitly call out font files | Weston Platter | 1 | -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-14 | Merge pull request #10353 from rwillrich/ignore-files | Chris Rebert | 1 | -1/+13 | |
| Bower: Ignore development and documentation files on bower.json. Fix #10313 | |||||
| 2013-11-06 | update remaining version numbersv3.0.2 | Chris Rebert | 1 | -1/+1 | |
| 2013-10-30 | 3.0.1v3.0.1 | Mark Otto | 1 | -1/+1 | |
| 2013-09-27 | bower.json: Modify `assets` directory on ignore to `docs-assets` | Rodrigo Willrich | 1 | -1/+1 | |
| 2013-09-01 | Bower: Ignore development and documentation files on bower.json. Fix #10313. | Rodrigo Willrich | 1 | -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-21 | Added fonts to "main" files | Thomas Welton | 1 | -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-14 | Reference only not minified files in Bower | Breno Calazans | 1 | -1/+1 | |
| Fixes #8985 | |||||
| 2013-08-13 | fixes #8985: only specify minified dist files for bower | Mark Otto | 1 | -1/+1 | |
| 2013-07-29 | Update bower.json | Breno Calazans | 1 | -1/+1 | |
| 2013-07-19 | ignore .files for bower packaging | Sammy Larbi | 1 | -0/+3 | |
| 2013-07-17 | versioning perhaps for jquery i don't even know man | fat | 1 | -1/+1 | |
| 2013-06-01 | Rename component.json to bower.json | Sindre Sorhus | 1 | -0/+8 | |
| That's the new name of the Bower metafile. | |||||
