diff --git a/Gruntfile.js b/Gruntfile.js index 576c637413..3007bb1e12 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -83,6 +83,17 @@ module.exports = function(grunt) { }, src: ['less/bootstrap.less'], dest: 'dist/css/<%= pkg.name %>.min.css' + }, + theme: { + src: ['less/theme.less'], + dest: 'dist/css/<%= pkg.name %>-theme.css' + }, + theme_min: { + options: { + compress: true + }, + src: ['less/theme.less'], + dest: 'dist/css/<%= pkg.name %>-theme.min.css' } }, @@ -145,7 +156,6 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-recess'); grunt.loadNpmTasks('browserstack-runner'); - // Docs HTML validation task grunt.registerTask('validate-docs', ['jekyll', 'validation']); @@ -170,7 +180,7 @@ module.exports = function(grunt) { grunt.registerTask('dist', ['clean', 'dist-css', 'dist-js']); // Default task. - grunt.registerTask('default', ['test', 'dist']); + grunt.registerTask('default', ['test', 'dist', 'build-customizer']); // task for building customizer grunt.registerTask('build-customizer', 'Add scripts/less files to customizer.', function () { diff --git a/README.md b/README.md index d6f5893c15..d64e6674f4 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ Read the [Getting Started page](http://getbootstrap.com/getting-started/) for in Have a bug or a feature request? [Please open a new issue](https://github.com/twbs/bootstrap/issues). Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/). +You may use [this JS Bin](http://jsbin.com/aFacAf/1/edit) as a template for your bug reports. + ## Documentation diff --git a/_includes/footer.html b/_includes/footer.html index 8898c02e85..bd5a23b2c5 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -13,7 +13,6 @@ - {% endif %} diff --git a/_includes/nav-components.html b/_includes/nav-components.html index dcb4374ef4..c5ced697d1 100644 --- a/_includes/nav-components.html +++ b/_includes/nav-components.html @@ -10,28 +10,28 @@
  • Button groups
  • Button dropdowns
  • Input groups