Skip to content

Commit

Permalink
Merge pull request #2 from benni3005/master
Browse files Browse the repository at this point in the history
Updated the files list for building the ZIP package, so files won't be prefixed with ../../
  • Loading branch information
Designer023 committed Mar 18, 2015
2 parents 27bcabb + febaebd commit 46ee231
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/templates/_Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,11 @@ module.exports = function (grunt) {
archive: '../../production/<%= site_nameSpace %>.zip'
},
files: [
{ src: ['../../**/*', '!../../dev/**', '!../../production/**'] },
{
expand: true,
cwd: '../../',
src: ['**/*', '!dev/', '!production/**']
}
]
}
}
Expand Down

0 comments on commit 46ee231

Please sign in to comment.