diff options
| author | XhmikosR <[email protected]> | 2014-03-12 19:14:25 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-03-12 19:15:41 +0200 |
| commit | 28d2de3703f3db35ec27aee73aec338d5bc23264 (patch) | |
| tree | aad1f73cf418aa582a3e94fbfc9cdbd937880bcf | |
| parent | 08f470ea689fd65386a10400519ba7c7ff25c411 (diff) | |
| download | bootstrap-28d2de3703f3db35ec27aee73aec338d5bc23264.tar.xz bootstrap-28d2de3703f3db35ec27aee73aec338d5bc23264.zip | |
Gruntfile.js: fix path after d08bbdc6ec50baca9e34d2aa6e8bcfc8d6135217.
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 4357fe90b..3b1bb7815 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -206,7 +206,7 @@ module.exports = function (grunt) { src: 'dist/css/<%= pkg.name %>-theme.css' }, docs: { - src: 'docs/assets/css/docs.css' + src: 'docs/assets/css/src/docs.css' }, examples: { expand: true, |
