Skip to content

Commit

Permalink
Ensure babelrc gets added to zipfile too (#6688)
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed May 3, 2016
1 parent 3370db1 commit 48f4684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt/config/compress.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
archive: './build/react-' + version + '.zip',
},
files: [
{cwd: './build/starter', src: ['**'], dest: 'react-' + version + '/'},
{cwd: './build/starter', src: ['**'], dot: true, dest: 'react-' + version + '/'},
],
},
};

0 comments on commit 48f4684

Please sign in to comment.