Browse Source

Fix #325: change '*' to '**/*'

pull/334/head
Zlatan Vasović 11 years ago
parent
commit
2c0fba7b4a
  1. 2
      Gruntfile.js

2
Gruntfile.js

@ -72,7 +72,7 @@ module.exports = function(grunt) {
expand: true,
cwd: 'dist',
src: [
'*'
'**/*'
],
dest: 'docs/dist'
}

Loading…
Cancel
Save