mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-28 12:48:16 +00:00
fix #12143
This commit is contained in:
parent
9eab6ffd1c
commit
bf5017c01c
3 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ module.exports = function (grunt) {
|
||||||
cwd: './dist',
|
cwd: './dist',
|
||||||
src: [
|
src: [
|
||||||
'{css,js}/*.min.*',
|
'{css,js}/*.min.*',
|
||||||
'{css}/*.map',
|
'css/*.map',
|
||||||
'fonts/*'
|
'fonts/*'
|
||||||
],
|
],
|
||||||
dest: 'docs/dist'
|
dest: 'docs/dist'
|
||||||
|
|
|
||||||
BIN
docs/dist/css/bootstrap-theme.css.map
vendored
BIN
docs/dist/css/bootstrap-theme.css.map
vendored
Binary file not shown.
BIN
docs/dist/css/bootstrap.css.map
vendored
BIN
docs/dist/css/bootstrap.css.map
vendored
Binary file not shown.
Loading…
Reference in a new issue