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

fix indentation in Gruntfile

parent 77eaa808
...@@ -233,10 +233,10 @@ module.exports = function (grunt) { ...@@ -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/'
} }
}, },
......
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