mirror of https://github.com/twbs/bootstrap.git
fix indentation in Gruntfile
This commit is contained in:
parent
77eaa808db
commit
9afead3fb0
|
|
@ -233,10 +233,10 @@ module.exports = function (grunt) {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
examples: {
|
examples: {
|
||||||
expand: true,
|
expand: true,
|
||||||
cwd: 'docs/examples/',
|
cwd: 'docs/examples/',
|
||||||
src: ['**/*.css'],
|
src: ['**/*.css'],
|
||||||
dest: 'docs/examples/'
|
dest: 'docs/examples/'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue