diff options
| -rw-r--r-- | Gruntfile.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 1a9eb94ee..41fe0785b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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/' } }, |
