Skip to content

Commit

Permalink
build update copy into external ghpages dir
Browse files Browse the repository at this point in the history
  • Loading branch information
robwalch committed Apr 2, 2014
1 parent 82221d5 commit 378aeb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,3 +5,4 @@ dist
node_modules
*breaks.json
dev/report
.tmp
5 changes: 2 additions & 3 deletions Gruntfile.js
Expand Up @@ -201,7 +201,7 @@ module.exports = function (grunt) {
expand: true,
dot: true,
cwd: '<%= yeoman.dist %>',
dest: 'gh-pages',
dest: '../game-off-2012-pages',
src: [
'**/*'
]
Expand All @@ -213,7 +213,7 @@ module.exports = function (grunt) {
compress: {
dist: {
options: {
archive: 'gh-pages/game.zip'
archive: '../game-off-2012-pages/game.zip'
},
files: [
{expand: true, cwd: '<%= yeoman.dist %>/', src: ['**'], dest: 'game/'}
Expand Down Expand Up @@ -258,7 +258,6 @@ module.exports = function (grunt) {
// 'imagemin',
// 'htmlmin',
'concat',
'cssmin',
'uglify',
'copy:dist',
'usemin',
Expand Down

0 comments on commit 378aeb3

Please sign in to comment.