Merge pull request #334 from ZDroid/fix-wildcar

Fix #325: change '*' to '**/*'
This commit is contained in:
XhmikosR 2014-02-28 09:46:01 +02:00
Родитель bbda606d48 2c0fba7b4a
Коммит 7a4de7bea5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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