diff --git a/Gruntfile.js b/Gruntfile.js index b5bd4bc785..f57e2e8ef1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -82,7 +82,8 @@ module.exports = function (grunt) { src: [ 'dist/css/bootstrap.css', 'dist/css/bootstrap-theme.css', - 'docs/assets/css/docs.css' + 'docs/assets/css/docs.css', + 'docs/examples/**/*.css' ] },