aboutsummaryrefslogtreecommitdiff
path: root/test-infra
AgeCommit message (Collapse)AuthorFilesLines
2015-01-20update grunt-saucelabs to ~8.5.0Chris Rebert1-276/+130
2015-01-19Merge branch 'master' into v4Mark Otto1-777/+337
Conflicts: _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.min.js docs/_includes/components/thumbnails.html docs/_includes/css/forms.html docs/_includes/css/grid.html docs/_includes/customizer-variables.html docs/_includes/footer.html docs/_includes/getting-started/download.html docs/_includes/getting-started/template.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/assets/css/docs.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/assets/js/src/customizer.js docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.js docs/dist/js/bootstrap.min.js docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/non-responsive/index.html docs/examples/theme/index.html grunt/configBridge.json less/alerts.less less/badges.less less/jumbotron.less less/panels.less less/tables.less less/theme.less less/variables.less package.json scss/_button-group.scss scss/_buttons.scss scss/_forms.scss
2015-01-19Update devDependencies.XhmikosR1-14/+22
2015-01-19bump versionsMark Otto1-1/+1
2015-01-16Update devDependencies.XhmikosR1-207/+131
2015-01-07update shrinkwrapChris Rebert1-125/+73
2015-01-06update shrinkwrapChris Rebert1-147/+179
2015-01-05update shrinkwrapChris Rebert1-366/+14
[skip sauce]
2015-01-03Merge branch 'master' into v4Mark Otto1-801/+1209
Conflicts: Gruntfile.js dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.min.js docs/_data/glyphicons.yml docs/_includes/components/alerts.html docs/_includes/components/badges.html docs/_includes/components/breadcrumbs.html docs/_includes/components/button-dropdowns.html docs/_includes/components/button-groups.html docs/_includes/components/dropdowns.html docs/_includes/components/glyphicons.html docs/_includes/components/input-groups.html docs/_includes/components/jumbotron.html docs/_includes/components/labels.html docs/_includes/components/list-group.html docs/_includes/components/media.html docs/_includes/components/navbar.html docs/_includes/components/navs.html docs/_includes/components/page-header.html docs/_includes/components/pagination.html docs/_includes/components/panels.html docs/_includes/components/progress-bars.html docs/_includes/components/responsive-embed.html docs/_includes/components/thumbnails.html docs/_includes/components/wells.html docs/_includes/css/buttons.html docs/_includes/css/code.html docs/_includes/css/forms.html docs/_includes/css/grid.html docs/_includes/css/helpers.html docs/_includes/css/images.html docs/_includes/css/less.html docs/_includes/css/tables.html docs/_includes/css/type.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/disabling-responsiveness.html docs/_includes/getting-started/download.html docs/_includes/getting-started/whats-included.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/modal.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/nav/components.html docs/_includes/nav/javascript.html docs/_jade/customizer-variables.jade docs/_layouts/default.html docs/about.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/assets/js/src/customizer.js docs/customize.html docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css less/glyphicons.less less/mixins/vendor-prefixes.less less/navbar.less less/popovers.less less/tables.less less/theme.less less/tooltip.less less/variables.less package.json scss/_carousel.scss scss/_close.scss scss/_forms.scss test-infra/npm-shrinkwrap.json
2014-12-30Merge pull request #15456 from twbs/bump-clean-cssChris Rebert1-59/+57
Bump grunt-contrib-cssmin to ~0.11.0
2014-12-29update shrinkwrapChris Rebert1-4/+16
2014-12-28update shrinkwrapChris Rebert1-59/+57
[skip sauce] [skip validator]
2014-12-28update shrinkwrapChris Rebert1-2/+2
[skip sauce] [skip validator]
2014-12-28update shrinkwrapChris Rebert1-10/+52
[skip sauce] [skip validator]
2014-12-28update shrinkwrapChris Rebert1-104/+28
[skip sauce]
2014-12-28update shrinkwrapChris Rebert1-45/+21
[skip sauce] [skip validator]
2014-12-28update shrinkwrapChris Rebert1-119/+157
2014-12-24Compile with Ruby Sass or libsass.Gleb Mazovetskiy3-3/+25
* Separate configs for libsass and sass. * Sass compiler selected based on `process.env.TWBS_SASS`. * Travis: * Use Gemfile to manage ruby dependencies. * Run core tests with both Sass compilers. * Only install/cache ruby gems required by the test subset. * Grunt: `update-gemfile-lock` task a la `update-shrinkwrap`.
2014-12-12update shrinkwrapChris Rebert1-2/+2
[skip validator]
2014-12-12update shrinkwrapChris Rebert1-170/+350
[skip sauce] [skip validator]
2014-12-12update shrinkwrapChris Rebert1-31/+221
2014-12-11Run `grunt`.XhmikosR1-48/+48
2014-12-09Merge pull request #15293 from twbs/grunt-contrib-compressXhmikosR1-0/+162
Add grunt-contrib-compress.
2014-12-09Update glob.XhmikosR1-82/+94
2014-12-09Add grunt-contrib-compress.XhmikosR1-0/+162
Now, the zip file is created when running `grunt prep-release`. [ci skip]
2014-12-08Travis: install scss-lintChris Rebert1-1/+1
2014-12-05Update test-infra/npm-shrinkwrap.jsonGleb Mazovetskiy1-353/+479
2014-11-30Update devDependencies.XhmikosR1-269/+159
2014-11-13bump remarkable devDependency to ~1.4.1Chris Rebert1-22/+12
[skip sauce]
2014-11-13Pin npm-shrinkwrap to v5.0.0 so that it works with npm 2.x.XhmikosR1-124/+242
Fixes #15105.
2014-11-12bump version to v3.3.1v3.3.1Mark Otto1-1/+1
2014-11-12Update npm-shrinkwrap.XhmikosR1-244/+126
2014-11-10Update devDependencies.XhmikosR1-246/+460
2014-10-29Merge branch 'master' into v3.3.0v3.3.0Mark Otto1-2/+48
Conflicts: docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js
2014-10-29Update shrinkwrap.XhmikosR1-2/+48
2014-10-29Merge branch 'master' into v3.3.0Mark Otto1-39/+153
2014-10-29fixes #14911: bump dependencies to fix customizer text from being cut shorMark Otto1-39/+153
2014-10-29version bumpMark Otto1-1/+1
2014-10-28update shrinkwrapChris Rebert1-25/+31
2014-10-25Update node dependencies.XhmikosR1-10/+6
2014-10-23grunt update-shrinkwrapChris Rebert1-224/+320
[skip sauce]
2014-09-25Update dependencies.XhmikosR1-107/+219
Close #14664.
2014-09-22document S3Cachefile.jsonChris Rebert1-1/+19
2014-09-08Update dependencies.XhmikosR1-34/+94
2014-08-30Update grunt-jscs.XhmikosR1-296/+22
2014-08-26Update dev dependencies.XhmikosR1-96/+72
2014-08-14Add retries to uncached-npm-install.shChris Rebert1-1/+10
Pull requests are frequently failing on Travis due to npm flakiness (I think) travis_retry isn't available in indirect subshells like this
2014-08-05bump grunt-autoprefixer to ~1.0.0Chris Rebert1-551/+63
2014-07-31update shrinkwrapChris Rebert1-236/+656
2014-07-22Run `grunt`.XhmikosR1-11/+41