Added gh-pages task

This commit is contained in:
xavijam
2016-01-14 22:17:06 +01:00
parent 7bccbe0f30
commit 1b4d698fd9
6 changed files with 21 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
options: {
base: 'dist'
},
src: '**/*'
};