CartoAssets/tasks/shell.js
2016-01-18 11:16:53 +01:00

9 lines
106 B
JavaScript

module.exports = {
style: {
command: 'styleguide'
},
generateFont: {
command: 'gulp'
}
};