publish specific files to github pages

This commit is contained in:
Radek Stepan 2014-10-26 21:45:58 -06:00
parent a8e2d1ea83
commit dbd6e5dd3b
2 changed files with 7 additions and 3 deletions

View File

@ -54,7 +54,13 @@ module.exports = (grunt) ->
branch: 'gh-pages'
message: 'Publish to GitHub Pages'
push: yes
src: '**/*'
src: [
'css/**/*'
'fonts/**/*'
'img/**/*'
'js/**/*'
'index.html'
]
grunt.loadNpmTasks('grunt-mkdir')
grunt.loadNpmTasks('grunt-contrib-clean')

View File

@ -2,8 +2,6 @@
##Release: Assembly
- [ ] when merged with github-burndown-chart use GitHub Hosting, add a publish script and use burnchart.io as a domain
###Git
- [ ] create notes about how original people can upgrade to burnchart