Moving tasks to files

This commit is contained in:
xavijam
2016-01-14 13:57:13 +01:00
parent 27a582f5d9
commit 4b73fe68de
10 changed files with 100 additions and 89 deletions

5
tasks/shell.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
dist: {
command: 'styleguide'
}
};