From: Mark Otto Date: Wed, 5 Aug 2015 05:29:45 +0000 (-0700) Subject: Merge branch 'master' into v4m X-Git-Tag: v4.0.0-alpha~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ddc3f5e21d8a7df6fdec100c48c82aaf8751a83;p=thirdparty%2Fbootstrap.git Merge branch 'master' into v4m --- 1ddc3f5e21d8a7df6fdec100c48c82aaf8751a83 diff --cc Gruntfile.js index df7dfe45a0,713feba3e1..8e9707b243 --- a/Gruntfile.js +++ b/Gruntfile.js @@@ -258,21 -231,22 +258,22 @@@ module.exports = function (grunt) // and then simplify the fix for https://github.com/twbs/bootstrap/issues/14837 accordingly compatibility: 'ie8', keepSpecialComments: '*', + sourceMap: true, - advanced: false - }, - minifyCore: { - src: 'dist/css/<%= pkg.name %>.css', - dest: 'dist/css/<%= pkg.name %>.min.css' + noAdvanced: true }, - minifyTheme: { - src: 'dist/css/<%= pkg.name %>-theme.css', - dest: 'dist/css/<%= pkg.name %>-theme.min.css' + core: { + files: [ + { + expand: true, + cwd: 'dist/css', + src: ['*.css', '!*.min.css'], + dest: 'dist/css', + ext: '.min.css' + } + ] }, docs: { - src: [ - 'docs/assets/css/src/pygments-manni.css', - 'docs/assets/css/src/docs.css' - ], + src: 'docs/assets/css/docs.min.css', dest: 'docs/assets/css/docs.min.css' } }, diff --cc README.md index 8864865c83,0d1350cd85..c380506083 --- a/README.md +++ b/README.md @@@ -45,13 -44,25 +45,14 @@@ bootstrap ├── css/ │ ├── bootstrap.css │ ├── bootstrap.css.map - │ └── bootstrap.min.css + │ ├── bootstrap.min.css -│ ├── bootstrap.min.css.map -│ ├── bootstrap-theme.css -│ ├── bootstrap-theme.css.map -│ ├── bootstrap-theme.min.css -│ └── bootstrap-theme.min.css.map -├── js/ -│ ├── bootstrap.js -│ └── bootstrap.min.js -└── fonts/ - ├── glyphicons-halflings-regular.eot - ├── glyphicons-halflings-regular.svg - ├── glyphicons-halflings-regular.ttf - ├── glyphicons-halflings-regular.woff - └── glyphicons-halflings-regular.woff2 ++│ └── bootstrap.min.css.map +└── js/ + ├── bootstrap.js + └── bootstrap.min.js ``` -We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developer.chrome.com/devtools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme. - +We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developer.chrome.com/devtools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. ## Bugs and feature requests diff --cc docs/_includes/footer.html index f1b8db66ab,5ac992f998..0a2a260041 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@@ -1,46 -1,32 +1,24 @@@ -- -