Adds generate-font command

This commit is contained in:
Javier Arce
2016-01-18 11:16:53 +01:00
parent 8ec136219a
commit c3713732c8
2 changed files with 11 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
module.exports = {
dist: {
style: {
command: 'styleguide'
},
generateFont: {
command: 'gulp'
}
};