grunt-gh-deploy
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -79,5 +79,5 @@ /* | ||
grunt.registerTask('test', [ | ||
'clean', | ||
'prepare', | ||
'ghDeploy', | ||
'clean', | ||
'prepare', | ||
'ghDeploy', | ||
'nodeunit', | ||
@@ -84,0 +84,0 @@ 'clean' |
{ | ||
"name": "grunt-gh-deploy", | ||
"description": "Grunt plugin for easy deployment to Github gh-pages branch.", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/dfsq/grunt-gh-deploy", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -57,4 +57,5 @@ /* | ||
'git checkout ' + options.branch, | ||
'find -not -path "./.git/*" -not -name ".git" -delete', | ||
'ls | grep -v .git | xargs rm -rf', | ||
'cp -r ../../../' + options.deployPath + '/* ./', | ||
@@ -61,0 +62,0 @@ |
10794