diff --git a/Gruntfile.coffee b/Gruntfile.coffee index ffad10d..0ec2cf0 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -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') diff --git a/docs/TODO.md b/docs/TODO.md index ffc19ee..1cfafac 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -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