Skip to content

Commit

Permalink
added gh-pages support
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Miller committed Jun 18, 2014
1 parent 7468321 commit d869453
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .grunt/gh-pages.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
options : {
base : '.'
},
src : [
'example/assets/css/main.css',
'example/assets/img/sand.jpg',
'example/vendor/**/*.js',
'example/index.html',
'build/snake.build.js'
]
};
Loading

0 comments on commit d869453

Please sign in to comment.