mirror of
https://github.com/status-im/burnchart.git
synced 2025-01-12 03:34:20 +00:00
publish specific files to github pages
This commit is contained in:
parent
a8e2d1ea83
commit
dbd6e5dd3b
@ -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')
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user