Skip to content

Commit c3e2f08

Browse files
committed
fix grunt zip
1 parent 8b03bc9 commit c3e2f08

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = function(grunt) {
6262
archive: '<%= pkg.name %>-<%= pkg.version %>.zip'
6363
},
6464
files: [
65-
{ expand: true, cwd: '', src: ['css/*', 'js/*'], dest: '<%= pkg.name %>'}
65+
{ expand: true, cwd: '', src: ['css/**', 'js/**'], dest: '<%= pkg.name %>'}
6666
]
6767
}
6868
},

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// Directories and wildcards are not in the bower.json spec (yet) :(
3131
// We use a wildcard anyway because including individual files
3232
// would be unmaintainable.
33-
"dist/css/strip-skins/*"
33+
"dist/css/strip-skins/**"
3434
],
3535

3636
"ignore": [

0 commit comments

Comments
 (0)