0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

Rename pack.min.css to docs.min.css to match with docs.min.js

This commit is contained in:
Zlatan Vasović 2014-01-29 20:50:10 +01:00
parent 01dabd3391
commit 00f062fc7e
2 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,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'
}
},
@ -219,7 +219,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'
]
}
}