add tests/ and perf/ to gh-pages update

This commit is contained in:
Alan K 2014-12-17 02:42:40 -05:00
parent 2b6d54cbf4
commit 8c0f8eaac8
1 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ module.exports = function(grunt) {
gitadd: {
publish: {
files: {
src: ['./dist/filer-test.js', './dist/filer-perf.js']
src: ['./dist/filer-test.js', './dist/filer-perf.js', 'tests/', 'perf/']
}
}
},
@ -204,7 +204,7 @@ module.exports = function(grunt) {
gitrm: {
publish: {
files: {
src: ['./dist/filer-test.js', './dist/filer-perf.js']
src: ['./dist/filer-test.js', './dist/filer-perf.js', 'tests/', 'perf/']
}
}
},