diff --git a/Gruntfile.js b/Gruntfile.js index 812163c5b..48e7f7b2a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -208,7 +208,7 @@ module.exports = function (grunt) { cwd: './dist', src: [ '{css,js}/*.min.*', - '{css}/*.map', + 'css/*.map', 'fonts/*' ], dest: 'docs/dist' diff --git a/docs/dist/css/bootstrap-theme.css.map b/docs/dist/css/bootstrap-theme.css.map index 8232859ec..ad11efcb8 100644 Binary files a/docs/dist/css/bootstrap-theme.css.map and b/docs/dist/css/bootstrap-theme.css.map differ diff --git a/docs/dist/css/bootstrap.css.map b/docs/dist/css/bootstrap.css.map index 4f106aa22..e72e37485 100644 Binary files a/docs/dist/css/bootstrap.css.map and b/docs/dist/css/bootstrap.css.map differ