Skip to content

Commit

Permalink
added release task to grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobo committed Apr 8, 2013
1 parent 1758e99 commit 1162d5e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions gruntfile.js
Expand Up @@ -325,10 +325,11 @@ module.exports = function (grunt) {
},
files: [
{
src: './artifacts/<%= zip_locations.path %>/**',
dest: './'
// dest: './',
// cwd: './'
src: '**',
dest: '/',
expand: true,
filter: 'isFile',
cwd: 'artifacts/<%= zip_locations.path %>/'
}
]
}
Expand Down

0 comments on commit 1162d5e

Please sign in to comment.