| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-12-08 | Use single quotes consistently. | XhmikosR | 1 | -5/+5 | |
| 2013-12-08 | Drop redundant module import | Zlatan Vasović | 1 | -1/+3 | |
| 2013-12-08 | Merge pull request #11739 from XhmikosR/lint-assets | Mark Otto | 1 | -0/+3 | |
| Lint docs-assets/js/application.js and docs-assets/js/customizer.js. | |||||
| 2013-12-07 | Lint docs-assets/js/application.js and docs-assets/js/customizer.js. | XhmikosR | 1 | -0/+3 | |
| 2013-12-06 | integrate JSCS | Chris Rebert | 1 | -1/+17 | |
| 2013-12-06 | fix some JS to pass jscs | Chris Rebert | 1 | -1/+1 | |
| 2013-12-06 | Minify docs-assets too. | XhmikosR | 1 | -0/+10 | |
| 2013-12-03 | switch to Sauce Labs for our cross-browser JS unit testing needs | Chris Rebert | 1 | -7/+99 | |
| Fixes #11087 | |||||
| 2013-12-03 | Gruntfile.js: Set line feed char to '\n' to get same result on all platforms. | Tobias Lindig | 1 | -0/+3 | |
| 2013-11-30 | Use pkg.homepage | Zlatan Vasović | 1 | -1/+1 | |
| 2013-11-30 | Alternate fix for #11303: add link to site in banner and remove @mdo and ↵ | Mark Otto | 1 | -3/+1 | |
| @fat usernames from it | |||||
| 2013-11-17 | Fix some weird indents | Zlatan Vasović | 1 | -2/+2 | |
| 2013-11-04 | add Grunt task to change version numbers; fixes #11332 | Chris Rebert | 1 | -0/+18 | |
| 2013-10-26 | Add another newline to improve final code readability | Zlatan Vasović | 1 | -1/+1 | |
| This divides banner from code. | |||||
| 2013-10-23 | rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216 | Chris Rebert | 1 | -1/+2 | |
| 2013-10-23 | silence validator regarding http-equiv="X-UA-Compatible" | Chris Rebert | 1 | -1/+4 | |
| 2013-10-09 | Merge pull request #10956 from ZDroid/patch-4 | Chris Rebert | 1 | -1/+1 | |
| Sort tasks alphabetically | |||||
| 2013-10-09 | trivial refactor in build-customizer grunt task | Chris Rebert | 1 | -2/+2 | |
| 2013-10-09 | Fixes #9925: convert font data to base64, fixing 0xefbfbd (Unicode ↵ | herom | 1 | -1/+3 | |
| Replacement Character) chars in customizer fonts. Merges #9982 | |||||
| 2013-10-05 | Sort tasks alphabetically | Zlatan Vasović | 1 | -1/+1 | |
| 2013-10-02 | Indent banner to match the *'s | Zlatan Vasović | 1 | -6/+6 | |
| 2013-09-29 | rm unnecessary backslashes from jqueryCheck | Chris Rebert | 1 | -1/+1 | |
| 2013-09-29 | Update Gruntfile.js fixing undefined jQuery check | Dean Taylor | 1 | -1/+1 | |
| The check to see if jQuery was defined as incorrect causing the "Bootstrap requires jQuery" message to only be displayed if jQuery is defined and has a value which equates to `false`. | |||||
| 2013-09-27 | Update Gruntfile.js removing pointless reading of customize.html. | Dean Taylor | 1 | -1/+0 | |
| I couldn't see a reason to read "customize.html", removed line. | |||||
| 2013-09-23 | move /assets/ to /docs-assets/ ; fixes #10715 | Chris Rebert | 1 | -1/+1 | |
| 2013-09-19 | Show minification report for uglify-js. | XhmikosR | 1 | -2/+3 | |
| 2013-09-10 | generate CSS banners via Gruntfile; fixes #10101 | Chris Rebert | 1 | -2/+3 | |
| 2013-09-10 | rm period from licensing header so it's not mistaken as part of the URL | Chris Rebert | 1 | -1/+1 | |
| 2013-08-23 | Use jekyll var for current version in docs; update banner in gruntfile to ↵ | Mark Otto | 1 | -2/+4 | |
| match .less banner | |||||
| 2013-08-19 | fix customizer | fat | 1 | -4/+4 | |
| 2013-08-19 | really do the raw liquid tag | Mark Otto | 1 | -1/+1 | |
| 2013-08-19 | update gruntfile not to run validation + remove validation status | fat | 1 | -1/+1 | |
| 2013-08-19 | add glyphicons to customizer | fat | 1 | -3/+3 | |
| 2013-08-18 | Remove extra trailing comma in Gruntfile.js | Phillip Alexander | 1 | -1/+1 | |
| validation: { options: { reset: true }, | |||||
| 2013-08-18 | make Recess part of the Grunt test task to guard against bad LESS | Chris Rebert | 1 | -1/+1 | |
| 2013-08-18 | rename HTML5 validation Grunt task since it checks the examples too | Chris Rebert | 1 | -2/+2 | |
| 2013-08-18 | Restore glyphicons | Mark Otto | 1 | -1/+13 | |
| 2013-08-17 | Finish first pass at and docment Bootstrap v2-ish theme | Mark Otto | 1 | -0/+11 | |
| * Adds new "theme" example * Adds new theme.less file to provide all the overrides and additional styles for the theme * theme.less compiles, via Grunt, to two new files to `dist/css`, bootstrap-theme.css and bootstrap-theme.min.css | |||||
| 2013-08-17 | add the customizer builder to the default grunt task | fat | 1 | -1/+1 | |
| 2013-08-17 | fix for #8768 | fat | 1 | -1/+0 | |
| 2013-08-12 | add HTML5 validation of docs pages to the build | Chris Rebert | 1 | -1/+19 | |
| 2013-08-07 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Jacob Thornton | 1 | -1/+10 | |
| Conflicts: _layouts/customize.html | |||||
| 2013-08-07 | first prototype of new customizer | Jacob Thornton | 1 | -0/+24 | |
| 2013-08-07 | apparently PRs against twbs/bootstrap have the same Travis slug | Chris Rebert | 1 | -2/+2 | |
| 2013-08-06 | disable BrowserStack for folks w/o their own key who are making PRs | Chris Rebert | 1 | -1/+5 | |
| 2013-08-06 | only run browserstack tests in Travis | Chris Rebert | 1 | -1/+5 | |
| 2013-08-06 | Integrate testing with browserstack | Rohan Jain | 1 | -1/+2 | |
| 2013-08-03 | This pull request organizes the Gruntfile, makes better use of Grunt ↵ | Jon Schlinkert | 1 | -114/+131 | |
| conventions and placates my OCD. Changes in the Gruntfile: * Use two spaces for consistency with the rest of the codebase. * Tasks are now organize based on task type. since lodash templates are used across tasks/targets, this makes it easier to follow. * Use `src-dest` files format when only src-dest pairing is necessary. This saves a line over the files-object format, but more importantly it allows use the src or dest in lodash templates (e.g. `<%= concat.bootstrap.src %>`), which isn't possible in the files-object or files-array formats. * Make the explicit order of the javascript files more obvious in concat task , maybe just a tiny bit more usable and easier to customize - but really just OCD * Use `<%= pkg.name %>` variable for dest CSS, both for consistency with how javascript targets are defined, and to make it just little easier for devs to customize bootstrap. ran the build to test, everything seems good. | |||||
| 2013-07-29 | Remove hack/workaround for jshint/grunt bug that's now fixed | Chris Rebert | 1 | -1/+0 | |
| See https://github.com/gruntjs/grunt-contrib-jshint/issues/86 | |||||
| 2013-07-27 | tweak Gruntfile.js so it passes jshint | Chris Rebert | 1 | -0/+2 | |
