Commit 9afead3f authored by Chris Rebert's avatar Chris Rebert

fix indentation in Gruntfile

parent 77eaa808
......@@ -233,10 +233,10 @@ module.exports = function (grunt) {
}
},
examples: {
expand: true,
cwd: 'docs/examples/',
src: ['**/*.css'],
dest: 'docs/examples/'
expand: true,
cwd: 'docs/examples/',
src: ['**/*.css'],
dest: 'docs/examples/'
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment