Release v2.2.0

This commit is contained in:
benweet 2013-10-16 00:20:03 +01:00
parent f867a8ba0b
commit adaee230ec
3 changed files with 4 additions and 4 deletions

View File

@ -195,8 +195,8 @@ module.exports = function(grunt) {
failOnError: true failOnError: true
}, },
command: [ command: [
'git branch -f gh-pages master', //'git branch -f gh-pages master',
'git push --all origin' 'git push origin dev master'
].join('&&') ].join('&&')
} }
} }

View File

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
#Date Tue Oct 15 2013 23:44:34 #Date Wed Oct 16 2013 00:12:59
CACHE: CACHE:
index.html index.html

File diff suppressed because one or more lines are too long