Skip to content

Commit 3225b24

Browse files
nschonnijzaefferer
authored andcommitted
Fix zip targets
1 parent 1ef2226 commit 3225b24

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Gruntfile.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,14 @@ grunt.initConfig({
3333
zip: {
3434
dist: {
3535
src: [
36-
'dist/additional-methods.js',
37-
'dist/additional-methods.min.js',
38-
'dist/jquery.validate.js',
39-
'dist/jquery.validate.min.js',
36+
'dist/*.js',
4037
'README.md',
4138
'changelog.txt',
42-
'grunt.js',
39+
'Gruntfile.js',
4340
'package.json',
4441
'demo/**/*.*',
4542
'lib/**/*.*',
46-
'src/localization/*.js',
43+
'src/localization/**/*.*',
4744
'test/**/*.*'
4845
],
4946
dest: 'dist/<%= pkg.name %>-<%= pkg.version %>.zip'

0 commit comments

Comments
 (0)