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'
|
branch: 'gh-pages'
|
||||||
message: 'Publish to GitHub Pages'
|
message: 'Publish to GitHub Pages'
|
||||||
push: yes
|
push: yes
|
||||||
src: '**/*'
|
src: [
|
||||||
|
'css/**/*'
|
||||||
|
'fonts/**/*'
|
||||||
|
'img/**/*'
|
||||||
|
'js/**/*'
|
||||||
|
'index.html'
|
||||||
|
]
|
||||||
|
|
||||||
grunt.loadNpmTasks('grunt-mkdir')
|
grunt.loadNpmTasks('grunt-mkdir')
|
||||||
grunt.loadNpmTasks('grunt-contrib-clean')
|
grunt.loadNpmTasks('grunt-contrib-clean')
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
##Release: Assembly
|
##Release: Assembly
|
||||||
|
|
||||||
- [ ] when merged with github-burndown-chart use GitHub Hosting, add a publish script and use burnchart.io as a domain
|
|
||||||
|
|
||||||
###Git
|
###Git
|
||||||
|
|
||||||
- [ ] create notes about how original people can upgrade to burnchart
|
- [ ] create notes about how original people can upgrade to burnchart
|
||||||
|
Loading…
x
Reference in New Issue
Block a user