Skip to content

Commit

Permalink
gitignore for site; push branch on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zakandrewking committed Feb 4, 2016
1 parent 7c519e0 commit ab93cf9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ js/src/coverage/
py/escher/package.json
py/escher/static/escher/
py/escher/static/lib/
py/escher/static/fonts/
py/escher/static/fonts/

# site files
1-0-0
link-site
7 changes: 6 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,15 @@ module.exports = function(grunt) {
},
gitadd: '*',
gitpush: {
tracking: {
tracking_tags: {
options: {
tags: true
}
},
tracking: {
options: {
tags: false
}
}
},
release: {
Expand Down

0 comments on commit ab93cf9

Please sign in to comment.