mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Gruntfile.js: fix path after d08bbdc6ec
.
This commit is contained in:
parent
08f470ea68
commit
28d2de3703
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ module.exports = function (grunt) {
|
||||||
src: 'dist/css/<%= pkg.name %>-theme.css'
|
src: 'dist/css/<%= pkg.name %>-theme.css'
|
||||||
},
|
},
|
||||||
docs: {
|
docs: {
|
||||||
src: 'docs/assets/css/docs.css'
|
src: 'docs/assets/css/src/docs.css'
|
||||||
},
|
},
|
||||||
examples: {
|
examples: {
|
||||||
expand: true,
|
expand: true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue