Skip to content

Commit 59a509b

Browse files
committed
Merge pull request #114 from smerrill/feature/113
Produce a tarball with .htaccess and other dotfiles. Fixes #113.
2 parents 37be2e4 + 0bd7473 commit 59a509b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/package.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ module.exports = function(grunt) {
2121
files: [
2222
{
2323
expand: true,
24+
dot: true,
2425
cwd: '<%= config.buildPaths.html %>',
25-
src: ['**'].concat(srcFiles),
26+
src: ['**', '!**/.gitkeep'].concat(srcFiles),
2627
dest: 'docroot/'
2728
},
2829
{

0 commit comments

Comments
 (0)