0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge pull request #12423 from ZDroid/name

Rename pack.min.css to docs.min.css to match with docs.min.js
This commit is contained in:
Mark Otto 2014-01-29 21:44:01 -08:00
commit 80ef14a11a
2 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@ module.exports = function (grunt) {
'docs/assets/css/docs.css',
'docs/assets/css/pygments-manni.css'
],
dest: 'docs/assets/css/pack.min.css'
dest: 'docs/assets/css/docs.min.css'
}
},
@ -212,7 +212,7 @@ module.exports = function (grunt) {
'dist/css/<%= pkg.name %>.css',
'dist/css/<%= pkg.name %>.min.css',
'dist/css/<%= pkg.name %>-theme.css',
'dist/css/<%= pkg.name %>-theme.min.css',
'dist/css/<%= pkg.name %>-theme.min.css'
]
}
}