Skip to content

Commit

Permalink
update to build so we get no root dir in target
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjung committed Sep 23, 2019
1 parent a090ece commit 0c90f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = function(grunt) {
archive: 'target.zip'
},
files: [
{src: ['*/**', '!node_modules/**', '!.DS_Store', '!archive/**'], dest: '/', filter: 'isFile'}
{expand: true, cwd: 'src/', src: ['**/*', '!node_modules/**', '!.DS_Store', '!archive/**', '!tests/**'], dest: '/', filter: 'isFile'}
]
}
}
Expand Down

0 comments on commit 0c90f0d

Please sign in to comment.