aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
AgeCommit message (Collapse)AuthorFilesLines
2015-05-16Update Anchor.js and port over the existing styles.Bryan Braun1-3/+1
Anchor.js 1.0.0 drops the need to use anchor.css, so we remove it from the codebase and move any leftover styles over to docs.css. Closes #16488 by merging it.
2015-05-13implement global dispose methodfat1-2/+2
2015-05-13add umd module support in distfat1-2/+24
2015-05-12grunt test-js, grunt dist-js now workingfat1-21/+53
2015-05-12popover passing as wellfat1-1/+2
2015-05-11rewritten tooltip + tether integration and death to our positioner jankfat1-1/+2
2015-05-11tab es6fat1-1/+2
2015-05-11scrollspy es6fat1-7/+8
2015-05-10add getters for Version and Default where applicablefat1-3/+3
add modal my gawd
2015-05-10add dropdownfat1-5/+6
2015-05-09add collapsefat1-0/+1
2015-05-07carousel -> es6fat1-0/+1
2015-05-07button -> es6fat1-1/+2
2015-05-07es6 alert :|fat1-29/+21
2015-05-06remove closureness from pluginsfat1-58/+16
2015-04-28Add package.js in Grunt tasks.XhmikosR1-1/+1
2015-04-23Fix #16075 by switching to maintained fork of grunt-sedChris Rebert1-0/+8
[skip sauce] [skip validator]
2015-04-23Grunt: extend `prep-release` task.XhmikosR1-1/+1
Make it so that everything is done for us to reduce the possibility of missing something when releasing.
2015-04-08Add grunt-contrib-htmlmin.XhmikosR1-1/+21
Only used for the GitHub docs.
2015-04-08Remove extra comma.XhmikosR1-1/+1
2015-04-08Update dependencies.XhmikosR1-1/+5
2015-03-29Merge branch 'master' into v4Mark Otto1-1/+4
Conflicts: .gitignore Gruntfile.js _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js docs/_includes/components/navbar.html docs/_includes/components/progress-bars.html docs/_includes/css/grid.html docs/_includes/css/overview.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/community.html docs/_includes/getting-started/disabling-responsiveness.html docs/_includes/getting-started/download.html docs/_includes/getting-started/examples.html docs/_includes/getting-started/license.html docs/_includes/getting-started/third-party-support.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/js/transitions.html docs/_includes/nav/javascript.html docs/_includes/nav/main.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/dist/css/bootstrap-theme.css 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/migration.html js/affix.js js/alert.js js/button.js js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/popover.js js/scrollspy.js js/tab.js js/tests/unit/affix.js js/tests/unit/button.js js/tests/unit/carousel.js js/tests/unit/modal.js js/tests/unit/tooltip.js js/tests/visual/modal.html js/tooltip.js less/component-animations.less less/jumbotron.less less/mixins/background-variant.less less/mixins/buttons.less less/mixins/responsive-visibility.less less/mixins/text-emphasis.less less/navbar.less less/navs.less less/scaffolding.less less/tooltip.less less/utilities.less less/variables.less package.json scss/_buttons.scss scss/_forms.scss scss/_modal.scss
2015-03-27There is no jshint:src taskZach Leatherman1-1/+1
2015-03-08add TODO item regarding clean-css v3.2 & zeroUnitsChris Rebert1-0/+2
Refs https://github.com/twbs/bootstrap/issues/14837#issuecomment-77441999
2015-03-01Merge branch 'master' into v4Mark Otto1-3/+7
Conflicts: .travis.yml Gruntfile.js bower.json dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js docs/_data/glyphicons.yml 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/labels.html docs/_includes/components/list-group.html docs/_includes/components/media.html docs/_includes/components/navs.html docs/_includes/components/panels.html docs/_includes/components/progress-bars.html docs/_includes/components/thumbnails.html docs/_includes/components/wells.html docs/_includes/css/buttons.html docs/_includes/css/forms.html docs/_includes/css/helpers.html docs/_includes/css/images.html docs/_includes/css/less.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/community.html docs/_includes/getting-started/examples.html docs/_includes/getting-started/grunt.html docs/_includes/getting-started/license.html docs/_includes/getting-started/template.html docs/_includes/header.html docs/_includes/js/affix.html docs/_includes/js/alerts.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/js/transitions.html docs/_includes/nav/javascript.html docs/_layouts/default.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/assets/js/vendor/FileSaver.js docs/assets/js/vendor/autoprefixer.js docs/assets/js/vendor/uglify.min.js docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.min.js docs/examples/blog/index.html docs/examples/carousel/index.html docs/examples/cover/index.html docs/examples/dashboard/index.html docs/examples/narrow-jumbotron/narrow-jumbotron.css docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/non-responsive/index.html docs/examples/non-responsive/non-responsive.css docs/examples/theme/index.html grunt/configBridge.json js/affix.js js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/popover.js js/scrollspy.js js/tab.js js/tests/unit/affix.js js/tests/unit/button.js js/tests/unit/carousel.js js/tests/unit/modal.js js/tests/unit/tooltip.js js/tooltip.js less/badges.less less/glyphicons.less less/type.less less/variables.less package.json scss/_dropdown.scss scss/_forms.scss test-infra/npm-shrinkwrap.json
2015-03-01Use different way to make failing test more visible in SauceHeinrich Fenkart1-1/+1
2015-02-20Update dependencies.XhmikosR1-2/+7
2015-02-16Exempt Closure part of Gruntfile from requireCamelCaseOrUpperCaseIdentifiersChris Rebert1-0/+2
This allows `grunt jscs:grunt` to succeed.
2015-02-16Gruntfile: make JSCS happierChris Rebert1-1/+1
2015-02-11bootstrap onto closurefat1-11/+57
2015-02-10bump grunt-html to ~3.0.0Chris Rebert1-1/+0
2015-02-04account for mq4-hover-shim's renaming & org moveChris Rebert1-1/+1
2015-02-04use grunt-html instead of grunt-html-validation because holy shit it's fastMark Otto1-16/+10
2015-02-02Switch to grunt-html over grunt-html-validation.Mark Otto1-13/+8
2015-01-26Gruntfile.js: Remove now unneeded validator relaxError option.XhmikosR1-2/+1
2015-01-22Integrate mq4-hover-hover-shimChris Rebert1-1/+14
2015-01-21Add AnchorJS for docs anchors.XhmikosR1-3/+5
2015-01-19Merge branch 'master' into v4Mark Otto1-0/+1
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-18remove less references from package filesThomas McDonald1-5/+5
Closes #62 (of v4)
2015-01-07bump min Chrome in Autoprefixer to v35Chris Rebert1-1/+1
2015-01-05Sauce testing: set maxPollRetries to 4 for increased robustnessChris Rebert1-0/+1
2015-01-01Happy New Year :santa:Zlatan Vasović1-1/+1
2014-12-31Merge pull request #15464 from twbs/address-15419Chris Rebert1-1/+4
Address #15419
2014-12-30bump min OS X Safari in Autoprefixer config to v7.1Chris Rebert1-1/+1
2014-12-29Revert "remove Glyphicons docs autogeneration from Grunt"Chris Rebert1-1/+4
This reverts commit 36b530892600648a6d6a24dd2520f84839cc0ace. This reverts PR #14065. Turns out Glyphicons is more active than we'd thought.
2014-12-28Bump grunt-contrib-cssmin to ~0.11.0Chris Rebert1-1/+1
2014-12-24Compile with Ruby Sass or libsass.Gleb Mazovetskiy1-21/+22
* 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-19bump min iOS in Autoprefixer config to v7Chris Rebert1-1/+1
2014-12-16Move stuff out of configBridge.json now that the Customizer is kaputChris Rebert1-3/+19
2014-12-15Remove IE8 compatibility option from cssmin Grunt task configChris Rebert1-1/+0