CartoAssets/tasks/shell.js

9 lines
106 B
JavaScript
Raw Permalink Normal View History

2016-01-14 20:57:13 +08:00
module.exports = {
2016-01-18 18:16:53 +08:00
style: {
2016-01-14 20:57:13 +08:00
command: 'styleguide'
2016-01-18 18:16:53 +08:00
},
generateFont: {
command: 'gulp'
2016-01-14 20:57:13 +08:00
}
};