2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Add docs.css in the CSSComb task.

This commit is contained in:
XhmikosR
2014-02-27 10:12:52 +02:00
parent 1e06cdff2f
commit 8ff7e64359
2 changed files with 105 additions and 68 deletions
+5
View File
@@ -237,6 +237,11 @@ module.exports = function (grunt) {
cwd: 'docs/examples/',
src: ['**/*.css'],
dest: 'docs/examples/'
},
docs: {
files: {
'docs/assets/css/docs.css': 'docs/assets/css/docs.css'
}
}
},